summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Bame <bame@parisc-linux.org>2005-05-23 17:06:13 +0000
committerPaul Bame <bame@parisc-linux.org>2005-05-23 17:06:13 +0000
commitb21c9ba17d49e577fe6bd067c0f90fa01001e412 (patch)
treeb6d5b995ff413cd722d264b31c06e4d8c5934e3a
parent45d2c27bc3554c7f99ab70e9b10b75469a7c9956 (diff)
downloadpalo-b21c9ba17d49e577fe6bd067c0f90fa01001e412.tar.gz
remove -fwritable-stringsv1.8
-rw-r--r--debian/changelog7
-rw-r--r--ipl/Makefile2
-rw-r--r--lib/common.h2
3 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 4abc3a7..c997702 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+palo (1.8) unstable; urgency=low
+
+ * remove -fwritable-strings from palo/ipl Makefile since gcc will
+ eliminate it before long.
+
+ -- Paul Bame <bame@debian.org> Mon, 23 May 2005 10:53:46 -0600
+
palo (1.7) unstable; urgency=low
* on updates, was reporting "doing a format as ext1".
diff --git a/ipl/Makefile b/ipl/Makefile
index ec66ec3..51b3a97 100644
--- a/ipl/Makefile
+++ b/ipl/Makefile
@@ -21,7 +21,7 @@ endif
# Source sharing with palo
VPATH=../lib:.
-CFLAGS = -I. -I../lib -I../include -O2 -fwritable-strings -mdisable-fpregs -Wall
+CFLAGS = -I. -I../lib -I../include -O2 -mdisable-fpregs -Wall
LDFLAGS = -N --section-start .init=0x60000 -e '$$START$$'
all: iplelf
diff --git a/lib/common.h b/lib/common.h
index b17c3dc..44fb892 100644
--- a/lib/common.h
+++ b/lib/common.h
@@ -11,7 +11,7 @@
#include <asm/byteorder.h>
#include <linux/genhd.h>
-#define PALOVERSION "1.7"
+#define PALOVERSION "1.8"
/* size of I/O block used in HP firmware */
#define FW_BLOCKSIZE 2048