diff options
author | 2018-01-15 18:40:45 +0100 | |
---|---|---|
committer | 2018-01-15 18:41:06 +0100 | |
commit | 59b8c1b0cb11fd128e18b7d612edee0eda764150 (patch) | |
tree | fb5ebd965d1cf84d4ef101fab039c2f67a45c32a /sys-boot/palo/files | |
parent | net-analyzer/ostinato: bump and bug #602098 (diff) | |
download | gentoo-59b8c1b0cb11fd128e18b7d612edee0eda764150.tar.gz gentoo-59b8c1b0cb11fd128e18b7d612edee0eda764150.tar.bz2 gentoo-59b8c1b0cb11fd128e18b7d612edee0eda764150.zip |
sys-boot/palo: Version 2.00.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'sys-boot/palo/files')
-rw-r--r-- | sys-boot/palo/files/palo-2.00-toolchain.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/sys-boot/palo/files/palo-2.00-toolchain.patch b/sys-boot/palo/files/palo-2.00-toolchain.patch new file mode 100644 index 000000000000..168031714bc9 --- /dev/null +++ b/sys-boot/palo/files/palo-2.00-toolchain.patch @@ -0,0 +1,22 @@ +--- a/palo/Makefile ++++ b/palo/Makefile +@@ -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 + |