diff options
| author | John Ogness <john.ogness@linutronix.de> | 2017-10-23 14:17:28 +0200 |
|---|---|---|
| committer | John Ogness <john.ogness@linutronix.de> | 2017-10-23 14:17:28 +0200 |
| commit | c7e8e19663e7e740c82cc8660f3d5b29ce712e7e (patch) | |
| tree | 833d93fdcb4f3ed0e57943472391bc9caf163b58 /kconfig-frontends/scripts/.autostuff/m4 | |
| parent | 824d81a0779ff3868d195ef4639d3e3eddcb69de (diff) | |
kconfig: remove temporary files
These changes are based on building the distribution and
committing only the distribution files.
Diffstat (limited to 'kconfig-frontends/scripts/.autostuff/m4')
| -rw-r--r-- | kconfig-frontends/scripts/.autostuff/m4/libtool.m4 | 12 |
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 |
