summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2015-09-27 08:11:45 +0200
committerJeroen Roovers <jer@gentoo.org>2015-09-27 08:11:45 +0200
commita4e36398fda3a0889172eb544590a4ce466a7ab0 (patch)
treebd39dcbb086234a8e2cacc38820101cae5c9fc24 /sys-boot/palo/files
parentsys-devel/kgcc64: Version bump. (diff)
downloadgentoo-a4e36398fda3a0889172eb544590a4ce466a7ab0.tar.gz
gentoo-a4e36398fda3a0889172eb544590a4ce466a7ab0.tar.bz2
gentoo-a4e36398fda3a0889172eb544590a4ce466a7ab0.zip
sys-boot/palo: Old.
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'sys-boot/palo/files')
-rw-r--r--sys-boot/palo/files/palo-1.92-toolchain.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/sys-boot/palo/files/palo-1.92-toolchain.patch b/sys-boot/palo/files/palo-1.92-toolchain.patch
deleted file mode 100644
index b72947b63699..000000000000
--- a/sys-boot/palo/files/palo-1.92-toolchain.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/palo/Makefile
-+++ b/palo/Makefile
-@@ -14,7 +14,7 @@
- ifeq ($(strip ${OS}),HP-UX)
- CFLAGS=-g -O -I../include -I../lib -I$(PA)/include
- else
--CFLAGS=-g -O -I../include -I../lib
-+CFLAGS+= -O -I../include -I../lib
- endif
-
- # LDFLAGS=-Wl,-Bstatic
-@@ -34,7 +34,7 @@
- $(CC) $(CFLAGS) $(LDFLAGS) -o palo palo.a build.o
-
- palo.a: $(OFILES)
-- ar rv palo.a $?
-+ $(AR) rv palo.a $?
-
- mkbootable: $(OFILES2)
- $(CC) $(CFLAGS) $(LDFLAGS) -o mkbootable $(OFILES2)