summaryrefslogtreecommitdiff
path: root/devel/crossgo32/files/patch-ab
blob: eedfc61bbe557fe168bf0395c9030c5275c9be6c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
--- ./bfd/doc/Makefile.in~	Fri Apr 11 08:42:31 1997
+++ ./bfd/doc/Makefile.in	Fri Apr 11 08:42:31 1997
@@ -49,7 +49,7 @@
 
 MAKEINFO = makeinfo
 TEXI2DVI = texi2dvi
-CFLAGS = -g
+CFLAGS = -O
 
 CC_FOR_BUILD = $(CC)
 
--- ./gas/Makefile.in~	Fri Apr 11 08:42:33 1997
+++ ./gas/Makefile.in	Fri Apr 11 08:42:33 1997
@@ -72,7 +72,7 @@
 TEXI2DVI = texi2dvi
 RANLIB = ranlib
 CC = @CC@
-CFLAGS = -g
+CFLAGS = -O
 LDFLAGS =
 HLDFLAGS = @HLDFLAGS@
 RPATH_ENVVAR = @RPATH_ENVVAR@
--- ./gprof/Makefile.in~	Fri Apr 11 08:42:36 1997
+++ ./gprof/Makefile.in	Fri Apr 11 08:42:36 1997
@@ -51,7 +51,7 @@
 # Files that can be generated, but should be included in distribution.
 GEN_FILES = flat_bl.c bsd_callg_bl.c fsf_callg_bl.c
 
-CFLAGS=-g -DDEBUG
+CFLAGS=-O -DDEBUG
 LDFLAGS=
 HLDFLAGS = @HLDFLAGS@
 .c.o:
--- ./libiberty/Makefile.in~	Fri Apr 11 08:42:39 1997
+++ ./libiberty/Makefile.in	Fri Apr 11 08:42:39 1997
@@ -68,7 +68,7 @@
 
 ERRORS_CC = $(CC)
 CC = cc
-CFLAGS = -g
+CFLAGS = -O
 LIBCFLAGS = $(CFLAGS)
 MAKEINFO = makeinfo
 RANLIB = ranlib
--- ./gcc/cp/Makefile.in~	Fri Apr 11 08:45:24 1997
+++ ./gcc/cp/Makefile.in	Fri Apr 11 08:45:24 1997
@@ -45,7 +45,7 @@
 # to the stage2 and stage3 compilations
 # XCFLAGS is used for most compilations but not when using the GCC just built.
 XCFLAGS =
-CFLAGS = -g
+CFLAGS = -O
 BOOT_CFLAGS = -O $(CFLAGS)
 # These exists to be overridden by the x-* and t-* files, respectively.
 X_CFLAGS =
--- ./gcc/Makefile.in~	Fri Apr 11 08:45:33 1997
+++ ./gcc/Makefile.in	Fri Apr 11 08:45:33 1997
@@ -245,7 +245,7 @@
 # -g1 causes output of debug info only for file-scope entities.
 # we use this here because that should be enough, and also
 # so that -g1 will be tested.
-LIBGCC2_CFLAGS = -O2 $(LIBGCC2_INCLUDES) $(GCC_CFLAGS) $(TARGET_LIBGCC2_CFLAGS) -g1
+LIBGCC2_CFLAGS = -O2 $(LIBGCC2_INCLUDES) $(GCC_CFLAGS) $(TARGET_LIBGCC2_CFLAGS)
 
 # Additional options to use when compiling libgcc2.a.
 # Some targets override this to -Iinclude
--- ./libgloss/m68k/Makefile.in~	Fri Apr 11 08:45:36 1997
+++ ./libgloss/m68k/Makefile.in	Fri Apr 11 08:45:36 1997
@@ -58,7 +58,7 @@
 	lseek.o open.o print.o putnum.o read.o sbrk.o stat.o \
 	unlink.o write.o
 
-CFLAGS = -g
+CFLAGS = -O
 
 #
 # here's all the MVME135 target stuff
--- ./libgloss/mips/Makefile.in~	Fri Apr 11 08:45:39 1997
+++ ./libgloss/mips/Makefile.in	Fri Apr 11 08:45:39 1997
@@ -51,7 +51,7 @@
 OBJS =  syscalls.o fstat.o getpid.o isatty.o kill.o \
 	lseek.o print.o putnum.o stat.o unlink.o
 
-CFLAGS = -g 
+CFLAGS = -O
 
 GCC_LDFLAGS = `if [ -d ${objroot}/../gcc ] ; \
 	then echo -L${objroot}/../gcc ; fi`
--- ./libgloss/pa/Makefile.in~	Fri Apr 11 08:45:41 1997
+++ ./libgloss/pa/Makefile.in	Fri Apr 11 08:45:41 1997
@@ -51,7 +51,7 @@
 	lseek.o open.o print.o putnum.o read.o sbrk.o stat.o \
 	unlink.o write.o hp-milli.o
 
-CFLAGS = -g
+CFLAGS = -O
 
 MULTILIB = -msoft-float
 
--- ./libgloss/rs6000/Makefile.in~	Fri Apr 11 08:45:43 1997
+++ ./libgloss/rs6000/Makefile.in	Fri Apr 11 08:45:43 1997
@@ -39,7 +39,7 @@
 	else t='$(program_transform_name)'; echo objcopy | sed -e $$t ; fi`
 
 OBJS		= close.o fstat.o getpid.o isatty.o kill.o lseek.o open.o putnum.o stat.o unlink.o
-CFLAGS		= -g
+CFLAGS		= -O
 SCRIPTS		= ${SIM_SCRIPTS} ${MVME_SCRIPTS} ${EVM_SCRIPTS}
 
 # Here is all of the simulator stuff
--- libgloss/testsuite/libgloss.all/#Makefile.in~	Fri Apr 11 09:00:17 1997
+++ libgloss/testsuite/libgloss.all/Makefile.in	Fri Apr 11 09:00:17 1997
@@ -15,8 +15,8 @@
 TESTS= misc.x float.x io.x memory.x double.x math.x func.x div.x \
       printf.x varargs.x varargs2.x array.x struct.x misc.x
 
-CFLAGS= -g
-LDFLAGS_FOR_TARGET= -g
+CFLAGS= -O
+LDFLAGS_FOR_TARGET= -O
 LIBS_FOR_TARGET =  ${SUPPORT} ${LIBC_FOR_TARGET} ${LIBGCC_FOR_TARGET} \
 	          ${LIBC_FOR_TARGET}
 
--- ./Makefile.in~	Fri Apr 11 08:42:28 1997
+++ ./Makefile.in	Fri Apr 11 08:42:29 1997
@@ -65,7 +65,7 @@
 
 # We don't specify -g -O because many compilers don't support -g -O,
 # and/or -O is broken in and of itself.
-CFLAGS = -g
+CFLAGS = -O
 LIBCFLAGS = $(CFLAGS)
 CFLAGS_FOR_TARGET = $(CFLAGS)
 LIBCFLAGS_FOR_TARGET = $(CFLAGS_FOR_TARGET)