diff options
Diffstat (limited to 'extra/zip/30-zip-3.0-pic.patch')
-rw-r--r-- | extra/zip/30-zip-3.0-pic.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/extra/zip/30-zip-3.0-pic.patch b/extra/zip/30-zip-3.0-pic.patch deleted file mode 100644 index 14a8821b..00000000 --- a/extra/zip/30-zip-3.0-pic.patch +++ /dev/null @@ -1,15 +0,0 @@ -if our toolchain generates PIC by default, then do not use the hand written -assembly files as none of it is PIC friendly. - ---- unix/configure Wed Jan 28 22:23:54 2009 -+++ unix/configure Wed Jan 28 22:29:51 2009 -@@ -228,6 +228,9 @@ - echo Check if we can use asm code - OBJA="" - OCRCU8="" -+piclib="$(echo | $CPP -dM $CFLAGS - | grep -i __pic__)" -+echo "Checking if compiler wants to create pic code" -+[ "$piclib" == "" ] && \ - if eval "$CPP match.S > _match.s 2>/dev/null"; then - if test ! -s _match.s || grep error < _match.s > /dev/null; then - : |