* [gentoo-commits] repo/gentoo:master commit in: sys-boot/palo/files/
@ 2016-10-10 8:44 Jeroen Roovers
0 siblings, 0 replies; only message in thread
From: Jeroen Roovers @ 2016-10-10 8:44 UTC (permalink / raw
To: gentoo-commits
commit: 04a10ed311201d252062abf1c5243bec236bb563
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 10 08:43:16 2016 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Mon Oct 10 08:43:16 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04a10ed3
sys-boot/palo: Fix toolchain patch.
Package-Manager: portage-2.3.1
sys-boot/palo/files/palo-1.96-toolchain.patch | 22 +++++++++++++++++++++-
1 file changed, 21 insertions(+), 1 deletion(-)
diff --git a/sys-boot/palo/files/palo-1.96-toolchain.patch b/sys-boot/palo/files/palo-1.96-toolchain.patch
index e0ea926..5b9e792 100644
--- a/sys-boot/palo/files/palo-1.96-toolchain.patch
+++ b/sys-boot/palo/files/palo-1.96-toolchain.patch
@@ -1,6 +1,26 @@
--- a/palo/Makefile
+++ b/palo/Makefile
-@@ -34,7 +33,7 @@
+@@ -10,9 +10,9 @@
+ OS := $(shell uname -s)
+ CC?=cc
+ ifeq ($(strip ${OS}),HP-UX)
+-CFLAGS=-g -O -I../include -I../lib -I$(PA)/include
++CFLAGS=-O -I../include -I../lib -I$(PA)/include
+ else
+-CFLAGS=-g -O -I../include -I../lib -D_FILE_OFFSET_BITS=64
++CFLAGS=-O -I../include -I../lib -D_FILE_OFFSET_BITS=64
+ endif
+
+ ifneq ("$(wildcard /etc/debian_version)","")
+@@ -22,7 +22,6 @@
+ endif
+
+ # LDFLAGS=-Wl,-Bstatic
+-LDFLAGS=
+
+ OFILES2=mkbootable.o elf64.o load.o paloio.o elf32.o error.o gzip.o
+
+@@ -38,7 +37,7 @@
$(CC) $(CFLAGS) $(LDFLAGS) -o palo palo.a build.o
palo.a: $(OFILES)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-10-10 8:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-10 8:44 [gentoo-commits] repo/gentoo:master commit in: sys-boot/palo/files/ Jeroen Roovers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox