acinclude.m4: Include no-executables.m4.
* acinclude.m4: Include no-executables.m4. * configure.ac: Uncomment GCC_NO_EXECUTABLES. * aclocal.m4: Regenerated. * configure: Regenerated. From-SVN: r70857
This commit is contained in:
parent
ec0d74215c
commit
72730fdb9a
@ -1,3 +1,10 @@
|
||||
2003-08-27 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
* acinclude.m4: Include no-executables.m4.
|
||||
* configure.ac: Uncomment GCC_NO_EXECUTABLES.
|
||||
* aclocal.m4: Regenerated.
|
||||
* configure: Regenerated.
|
||||
|
||||
2003-08-27 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
* acinclude.m4: Don't call AC_ISC_POSIX.
|
||||
|
@ -178,6 +178,7 @@ AC_DEFUN(GLIBCXX_CONFIGURE, [
|
||||
|
||||
|
||||
m4_include([linkage.m4])
|
||||
m4_include([../config/no-executables.m4])
|
||||
|
||||
|
||||
dnl
|
||||
|
1
libstdc++-v3/aclocal.m4
vendored
1
libstdc++-v3/aclocal.m4
vendored
@ -191,6 +191,7 @@ AC_DEFUN(GLIBCXX_CONFIGURE, [
|
||||
|
||||
|
||||
m4_include([linkage.m4])
|
||||
m4_include([../config/no-executables.m4])
|
||||
|
||||
|
||||
dnl
|
||||
|
2103
libstdc++-v3/configure
vendored
2103
libstdc++-v3/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -42,7 +42,7 @@ target_alias=${target_alias-$host_alias}
|
||||
if test "$build" != "$host"; then
|
||||
# We are being configured with some form of cross compiler.
|
||||
GLIBCXX_IS_NATIVE=false
|
||||
# GCC_NO_EXECUTABLES
|
||||
GCC_NO_EXECUTABLES
|
||||
else
|
||||
GLIBCXX_IS_NATIVE=true
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user