rpms/mlton/devel mlton-debuginfo.patch,1.1,1.2

Adam Goode (agoode) fedora-extras-commits at redhat.com
Wed Nov 15 04:47:09 UTC 2006


Author: agoode

Update of /cvs/extras/rpms/mlton/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15305

Modified Files:
	mlton-debuginfo.patch 
Log Message:
debug

mlton-debuginfo.patch:

Index: mlton-debuginfo.patch
===================================================================
RCS file: /cvs/extras/rpms/mlton/devel/mlton-debuginfo.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mlton-debuginfo.patch	9 Jul 2006 13:51:57 -0000	1.1
+++ mlton-debuginfo.patch	15 Nov 2006 04:46:38 -0000	1.2
@@ -1,24 +1,24 @@
-diff -ur mlton-20051202~/bytecode/Makefile mlton-20051202/bytecode/Makefile
---- mlton-20051202~/bytecode/Makefile	2005-11-30 13:36:52.000000000 -0500
-+++ mlton-20051202/bytecode/Makefile	2006-06-25 18:14:13.000000000 -0400
+diff -ur mlton-20061107~/bytecode/Makefile mlton-20061107/bytecode/Makefile
+--- mlton-20061107~/bytecode/Makefile	2006-05-13 17:11:02.000000000 -0400
++++ mlton-20061107/bytecode/Makefile	2006-11-14 23:18:42.000000000 -0500
 @@ -10,7 +10,7 @@
  all: interpret.o interpret-gdb.o print-opcodes
  
  CC = gcc -std=gnu99
 -CFLAGS = -fomit-frame-pointer -I../runtime -I../include -Wall
 +CFLAGS = -fomit-frame-pointer -g -I../runtime -I../include -Wall
- 
- ifeq ($(TARGET_ARCH), amd64)
- CFLAGS += -mtune=opteron -m32 
-diff -ur mlton-20051202~/Makefile mlton-20051202/Makefile
---- mlton-20051202~/Makefile	2005-11-30 22:27:06.000000000 -0500
-+++ mlton-20051202/Makefile	2006-06-25 18:13:45.000000000 -0400
-@@ -402,17 +402,6 @@
+ DEBUGFLAGS = $(CFLAGS)
+ ifneq ($(TARGET_ARCH), ia64)
+ ifneq ($(TARGET_ARCH), powerpc)
+diff -ur mlton-20061107~/Makefile mlton-20061107/Makefile
+--- mlton-20061107~/Makefile	2006-11-06 20:40:08.000000000 -0500
++++ mlton-20061107/Makefile	2006-11-14 23:19:34.000000000 -0500
+@@ -411,17 +411,6 @@
  	if $(GZIP_MAN); then						\
  		cd $(TMAN) && $(GZIP) $(MAN_PAGES);			\
  	fi
 -	case "$(TARGET_OS)" in						\
--	cygwin|darwin|solaris)						\
+-	aix|cygwin|darwin|solaris)					\
 -	;;								\
 -	*)								\
 -		for f in $(TLIB)/$(AOUT)$(EXE) $(TBIN)/$(LEX)$(EXE)	\
@@ -31,15 +31,15 @@
  
  .PHONY: install-docs
  install-docs:
-diff -ur mlton-20051202~/runtime/Makefile mlton-20051202/runtime/Makefile
---- mlton-20051202~/runtime/Makefile	2005-11-29 18:05:07.000000000 -0500
-+++ mlton-20051202/runtime/Makefile	2006-06-25 18:13:45.000000000 -0400
+diff -ur mlton-20061107~/runtime/Makefile mlton-20061107/runtime/Makefile
+--- mlton-20061107~/runtime/Makefile	2006-05-13 17:11:02.000000000 -0400
++++ mlton-20061107/runtime/Makefile	2006-11-14 23:20:40.000000000 -0500
 @@ -49,7 +49,7 @@
  endif
  
  CC = gcc -std=gnu99
 -CFLAGS = -O2 -Wall -I. -Iplatform -D_FILE_OFFSET_BITS=64 $(FLAGS)
 +CFLAGS = -O2 -Wall -g -I. -Iplatform -D_FILE_OFFSET_BITS=64 $(FLAGS)
- DEBUGFLAGS = $(CFLAGS) -gstabs+ -g2
- 
- CFILES = 							\
+ DEBUGFLAGS = $(CFLAGS)
+ ifneq ($(TARGET_ARCH), ia64)
+ ifneq ($(TARGET_ARCH), powerpc)




More information about the scm-commits mailing list