mirror of git://gcc.gnu.org/git/gcc.git
configure.ac: Move AC_USE_SYSTEM_EXTENSIONS behind AM_ENABLE_MULTILIB.
2016-05-10 Matthias Klose <doko@ubuntu.com>
* configure.ac: Move AC_USE_SYSTEM_EXTENSIONS behind AM_ENABLE_MULTILIB.
* configure: Regenerate.
From-SVN: r236093
This commit is contained in:
parent
d067e238cb
commit
61431953d7
|
|
@ -1,3 +1,8 @@
|
||||||
|
2016-05-10 Matthias Klose <doko@ubuntu.com>
|
||||||
|
|
||||||
|
* configure.ac: Move AC_USE_SYSTEM_EXTENSIONS behind AM_ENABLE_MULTILIB.
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2016-05-04 Ilya Verbin <ilya.verbin@intel.com>
|
2016-05-04 Ilya Verbin <ilya.verbin@intel.com>
|
||||||
|
|
||||||
* Makefile.am: Merge from upstream, version 2.0.4420.0
|
* Makefile.am: Merge from upstream, version 2.0.4420.0
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
|
|
@ -51,15 +51,15 @@ AC_CANONICAL_SYSTEM
|
||||||
target_alias=${target_alias-$host_alias}
|
target_alias=${target_alias-$host_alias}
|
||||||
AC_SUBST(target_alias)
|
AC_SUBST(target_alias)
|
||||||
|
|
||||||
# Test for GNU extensions. Will define _GNU_SOURCE if they're available
|
|
||||||
AC_USE_SYSTEM_EXTENSIONS
|
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE(foreign no-dist)
|
AM_INIT_AUTOMAKE(foreign no-dist)
|
||||||
|
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
AM_ENABLE_MULTILIB(, ..)
|
AM_ENABLE_MULTILIB(, ..)
|
||||||
|
|
||||||
|
# Test for GNU extensions. Will define _GNU_SOURCE if they're available
|
||||||
|
AC_USE_SYSTEM_EXTENSIONS
|
||||||
|
|
||||||
# Build a DLL on Windows
|
# Build a DLL on Windows
|
||||||
# AC_LIBTOOL_WIN32_DLL
|
# AC_LIBTOOL_WIN32_DLL
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue