diff options
Diffstat (limited to 'jtools/gcj/patches/disable-ldd-check.patch')
-rw-r--r-- | jtools/gcj/patches/disable-ldd-check.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/jtools/gcj/patches/disable-ldd-check.patch b/jtools/gcj/patches/disable-ldd-check.patch deleted file mode 100644 index 370ffc9a8..000000000 --- a/jtools/gcj/patches/disable-ldd-check.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff -Nur gcc-4.5.3.orig/gcc/configure gcc-4.5.3/gcc/configure ---- gcc-4.5.3.orig/gcc/configure 2010-12-03 13:35:37.000000000 +0100 -+++ gcc-4.5.3/gcc/configure 2011-10-19 11:29:26.155085565 +0200 -@@ -24579,16 +24579,7 @@ - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_gnu_unique_object" >&5 - $as_echo "$gcc_cv_as_gnu_unique_object" >&6; } - if test $gcc_cv_as_gnu_unique_object = yes; then -- # Also check for ld.so support, i.e. glibc 2.11 or higher. -- if test x$host = x$build -a x$host = x$target && -- glibcver=`ldd --version 2>/dev/null | sed 's/.* //;q'`; then -- glibcmajor=`expr "$glibcver" : "\([0-9]*\)"` -- glibcminor=`expr "$glibcver" : "[2-9]*\.\([0-9]*\)"` -- glibcnum=`expr $glibcmajor \* 1000 + $glibcminor` -- if test "$glibcnum" -ge 2011 ; then - enable_gnu_unique_object=yes -- fi -- fi - fi - fi - |