summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2009-08-14 14:02:38 +0000
committerJeroen Roovers <jer@gentoo.org>2009-08-14 14:02:38 +0000
commitf6363a0243664a3e5cee54fd108c8917b7d9543c (patch)
tree1ff9ec290f4b93fa15c08f5f1193bd5b43646684 /sys-boot/palo/files
parentRemove old. (diff)
downloadgentoo-2-f6363a0243664a3e5cee54fd108c8917b7d9543c.tar.gz
gentoo-2-f6363a0243664a3e5cee54fd108c8917b7d9543c.tar.bz2
gentoo-2-f6363a0243664a3e5cee54fd108c8917b7d9543c.zip
Remove old.
(Portage version: 2.2_rc38/cvs/Linux i686)
Diffstat (limited to 'sys-boot/palo/files')
-rw-r--r--sys-boot/palo/files/palo-1.14-build.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/sys-boot/palo/files/palo-1.14-build.patch b/sys-boot/palo/files/palo-1.14-build.patch
deleted file mode 100644
index f86b40c8e69e..000000000000
--- a/sys-boot/palo/files/palo-1.14-build.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- palo/Makefile
-+++ palo/Makefile
-@@ -11,10 +11,11 @@
-
- OS := $(shell uname -s)
- CC=gcc
-+
-+CFLAGS ?= -g -O
-+CFLAGS += -I../include -I../lib
- ifeq ($(strip ${OS}),HP-UX)
--CFLAGS=-g -O -I../include -I../lib -I$(PA)/include
--else
--CFLAGS=-g -O -I../include -I../lib
-+CFLAGS += -I$(PA)/include
- endif
-
- # LDFLAGS=-Wl,-Bstatic
---- ipl/Makefile
-+++ ipl/Makefile
-@@ -21,7 +21,8 @@
- # Source sharing with palo
- VPATH=../lib:.
-
--CFLAGS = -I. -I../lib -I../include -O2 -mdisable-fpregs -Wall
-+CFLAGS ?= -O2
-+CFLAGS += -I. -I../lib -I../include -mdisable-fpregs -Wall
- LDFLAGS = -N --section-start .init=0x60000 -e '$$START$$'
-
- all: iplelf