View | Details | Raw Unified | Return to bug 78834
Collapse All | Expand All

(-)/home/hsn/hacked/etherboot/files/patch-gcc34 (+27 lines)
Line 0 Link Here
1
--- ./arch/i386/Config.orig	Mon Feb 23 02:26:09 2004
2
+++ ./arch/i386/Config		Wed Feb  2 17:32:30 2005
3
@@ -101,11 +101,11 @@
4
 # LCONFIG+=	-DBBS_BUT_NOT_PNP_COMPLIANT
5
 # LCONFIG+=	-DBOOT_INT18H
6
 
7
-CFLAGS+= -fstrength-reduce -fomit-frame-pointer -mcpu=i386 -march=i386
8
+CFLAGS+= -fstrength-reduce -fomit-frame-pointer -march=i386
9
 # Squeeze the code in as little space as possible.
10
 # These old options generate warnings from gcc 3.3,
11
 # but I can't get rid of them until everybody upgrades
12
-CFLAGS+=	-malign-jumps=1 -malign-loops=1 -malign-functions=1
13
+CFLAGS+=	-falign-jumps=1 -falign-loops=1 -falign-functions=1
14
 
15
 LDFLAGS+=	-N -Ttext $(RELOCADDR)
16
 
17
--- ./Config.orig		Wed Feb  2 17:30:16 2005
18
+++ ./Config			Wed Feb  2 17:30:27 2005
19
@@ -327,7 +327,7 @@
20
 RANLIB=		ranlib
21
 OBJCOPY=	objcopy
22
 
23
-CFLAGS+=	-Os -ffreestanding 
24
+CFLAGS+=	-O -ffreestanding 
25
 CFLAGS+=	-Wall -W -Wno-format
26
 ASFLAGS+=
27
 LDFLAGS+=

Return to bug 78834