FreeBSD Bugzilla – Attachment 51995 Details for
Bug 78834
[PATCH] net/etherboot: gcc-3.4 fix
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
etherboot-5.2.4_1.patch
etherboot-5.2.4_1.patch (text/plain), 1.18 KB, created by
Radim Kolar
on 2005-03-14 17:50:02 UTC
(
hide
)
Description:
etherboot-5.2.4_1.patch
Filename:
MIME Type:
Creator:
Radim Kolar
Created:
2005-03-14 17:50:02 UTC
Size:
1.18 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/net/etherboot/files/patch-gcc34 /home/hsn/hacked/etherboot/files/patch-gcc34 >--- /usr/ports/net/etherboot/files/patch-gcc34 Thu Jan 1 01:00:00 1970 >+++ /home/hsn/hacked/etherboot/files/patch-gcc34 Wed Feb 2 17:50:14 2005 >@@ -0,0 +1,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+=
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 78834
: 51995