diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-11-10 19:03:11 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-11-10 19:03:11 +0100 |
commit | 713dc7012af249b7102faabb27e0fe88ea39be57 (patch) | |
tree | 2626b2aa8f2ebb6e6c314ccdba45d7668ed122fd /jtools/gcj/patches/disable-ldd-check.patch | |
parent | da5c3b1c8535d8f8455b5283ddaf5c38b45d477e (diff) |
fix make bulk on OpenADK buildserver
Diffstat (limited to 'jtools/gcj/patches/disable-ldd-check.patch')
-rw-r--r-- | jtools/gcj/patches/disable-ldd-check.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/jtools/gcj/patches/disable-ldd-check.patch b/jtools/gcj/patches/disable-ldd-check.patch new file mode 100644 index 000000000..370ffc9a8 --- /dev/null +++ b/jtools/gcj/patches/disable-ldd-check.patch @@ -0,0 +1,20 @@ +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 + |