diff options
author | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-08-14 18:08:46 +0000 |
---|---|---|
committer | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-08-14 18:08:46 +0000 |
commit | e800dd2fc3a6f512bc0e5a84c755b02fe5e8bc55 (patch) | |
tree | 877039da923ca899b45ce7942f147ff9d2d04d77 /libtool.m4 | |
parent | 6c1128feffed98dcaad47295a149489ae98c0c95 (diff) | |
download | gcc-e800dd2fc3a6f512bc0e5a84c755b02fe5e8bc55.tar.gz |
top level:
* configure: Make enable_threads and enable_shared defaults
explicit. Substitute enable_threads into generated Makefiles.
* configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
* libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
gcc:
* configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
* fixinc/inclhack.def: Likewise.
* fixinc/mkfixinc.sh: Likewise.
* configure: Regenerate.
* fixinc/fixincl.x: Regenerate.
* install.texi: Document equivalence of linux and linux-gnu.
libio:
* configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
Honor --disable-threads.
libstdc++:
* configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
Honor --disable-threads.
libstdc++-v3:
* configure: Regenerate after change to ../libtool.m4.
libobjc:
* configure: Regenerate after change to ../libtool.m4.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35680 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libtool.m4')
-rw-r--r-- | libtool.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtool.m4 b/libtool.m4 index 05c56ccbaf6..27718eb76af 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -579,7 +579,7 @@ irix5* | irix6*) ;; # This must be Linux ELF. -linux-gnu*) +linux*) case "$host_cpu" in alpha* | i*86 | powerpc* | sparc* | ia64* ) lt_cv_deplibs_check_method=pass_all ;; |