diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-04-01 12:45:27 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-04-01 12:45:27 +0000 |
commit | 3de2f8dd5896490279f5384e03cb841b38956fc7 (patch) | |
tree | 9fa6a890227698bd1078af2b03885a7a7301b0c2 /dev-libs/pwlib/files | |
parent | Version bump. (diff) | |
download | gentoo-2-3de2f8dd5896490279f5384e03cb841b38956fc7.tar.gz gentoo-2-3de2f8dd5896490279f5384e03cb841b38956fc7.tar.bz2 gentoo-2-3de2f8dd5896490279f5384e03cb841b38956fc7.zip |
housekeeping and fixes
Diffstat (limited to 'dev-libs/pwlib/files')
-rw-r--r-- | dev-libs/pwlib/files/opts.diff | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-libs/pwlib/files/opts.diff b/dev-libs/pwlib/files/opts.diff deleted file mode 100644 index 2970d86b2d4d..000000000000 --- a/dev-libs/pwlib/files/opts.diff +++ /dev/null @@ -1,21 +0,0 @@ -diff -urN pwlib/make/unix.mak pwlib-modified/make/unix.mak ---- pwlib/make/unix.mak Thu Jun 20 00:49:04 2002 -+++ pwlib-modified/make/unix.mak Tue Jul 23 00:56:39 2002 -@@ -636,7 +636,7 @@ - STDCCFLAGS += -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -malign-functions=0 - STDCCFLAGS += -malign-jumps=0 -malign-loops=0 - else --STDCCFLAGS += -mcpu=$(CPUTYPE) -+STDCCFLAGS += - endif - endif - endif -@@ -1201,7 +1201,7 @@ - - else - --OPTCCFLAGS += -O3 -DNDEBUG -+OPTCCFLAGS += -DNDEBUG - #OPTCCFLAGS += -DP_USE_INLINES=1 - #OPTCCFLAGS += -fconserve-space - ifneq ($(OSTYPE),Carbon) |