summaryrefslogtreecommitdiff
path: root/net/etherboot/files/patch-gcc34
blob: 4de58d6c5bfe641e28ab6d2019b34ec9cef8fbe5 (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
--- ./arch/i386/Config.orig	Mon Feb 23 02:26:09 2004
+++ ./arch/i386/Config		Wed Feb  2 17:32:30 2005
@@ -101,11 +101,11 @@
 # LCONFIG+=	-DBBS_BUT_NOT_PNP_COMPLIANT
 # LCONFIG+=	-DBOOT_INT18H
 
-CFLAGS+= -fstrength-reduce -fomit-frame-pointer -mcpu=i386 -march=i386
+CFLAGS+= -fstrength-reduce -fomit-frame-pointer -march=i386
 # Squeeze the code in as little space as possible.
 # These old options generate warnings from gcc 3.3,
 # but I can't get rid of them until everybody upgrades
-CFLAGS+=	-malign-jumps=1 -malign-loops=1 -malign-functions=1
+CFLAGS+=	-falign-jumps=1 -falign-loops=1 -falign-functions=1
 
 LDFLAGS+=	-N -Ttext $(RELOCADDR)
 
--- ./Config.orig		Wed Feb  2 17:30:16 2005
+++ ./Config			Wed Feb  2 17:30:27 2005
@@ -327,7 +327,7 @@
 RANLIB=		ranlib
 OBJCOPY=	objcopy
 
-CFLAGS+=	-Os -ffreestanding 
+CFLAGS+=	-O -ffreestanding 
 CFLAGS+=	-Wall -W -Wno-format
 ASFLAGS+=
 LDFLAGS+=