summaryrefslogtreecommitdiff
path: root/kconfig-frontends/scripts/.autostuff/m4/libtool.m4
diff options
context:
space:
mode:
Diffstat (limited to 'kconfig-frontends/scripts/.autostuff/m4/libtool.m4')
-rw-r--r--kconfig-frontends/scripts/.autostuff/m4/libtool.m412
1 files changed, 2 insertions, 10 deletions
diff --git a/kconfig-frontends/scripts/.autostuff/m4/libtool.m4 b/kconfig-frontends/scripts/.autostuff/m4/libtool.m4
index 02b4bbe..534d1cc 100644
--- a/kconfig-frontends/scripts/.autostuff/m4/libtool.m4
+++ b/kconfig-frontends/scripts/.autostuff/m4/libtool.m4
@@ -1324,14 +1324,7 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
LD="${LD-ld} -m elf_i386_fbsd"
;;
x86_64-*linux*)
- case `/usr/bin/file conftest.o` in
- *x86-64*)
- LD="${LD-ld} -m elf32_x86_64"
- ;;
- *)
- LD="${LD-ld} -m elf_i386"
- ;;
- esac
+ LD="${LD-ld} -m elf_i386"
;;
ppc64-*linux*|powerpc64-*linux*)
LD="${LD-ld} -m elf32ppclinux"
@@ -1695,8 +1688,7 @@ AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
;;
*)
lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
- if test -n "$lt_cv_sys_max_cmd_len" && \
- test undefined != "$lt_cv_sys_max_cmd_len"; then
+ if test -n "$lt_cv_sys_max_cmd_len"; then
lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
else