mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-28 02:05:07 +08:00
configure.ac: Add "-I ." to the AM_FCFLAGS.
* configure.ac: Add "-I ." to the AM_FCFLAGS. * configure: Regenerate. From-SVN: r107172
This commit is contained in:
parent
21f868a26a
commit
eda4ed4719
@ -1,3 +1,8 @@
|
||||
2005-11-18 Francois-Xavier Coudert <coudert@clipper.ens.fr>
|
||||
|
||||
* configure.ac: Add "-I ." to the AM_FCFLAGS.
|
||||
* configure: Regenerate.
|
||||
|
||||
2005-11-18 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
* config/fpu-glibc.h (set_fpu): Only call fedisableexcept for
|
||||
|
616
libgfortran/configure
vendored
616
libgfortran/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -111,7 +111,7 @@ m4_rename([real_PRECIOUS],[_AC_ARG_VAR_PRECIOUS])
|
||||
|
||||
# Add -Wall -fno-repack-arrays -fno-underscoring if we are using GCC.
|
||||
if test "x$GCC" = "xyes"; then
|
||||
AM_FCFLAGS="-Wall -fno-repack-arrays -fno-underscoring"
|
||||
AM_FCFLAGS="-I . -Wall -fno-repack-arrays -fno-underscoring"
|
||||
## We like to use C99 routines when available. This makes sure that
|
||||
## __STDC_VERSION__ is set such that libc includes make them available.
|
||||
AM_CFLAGS="-std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings"
|
||||
|
Loading…
Reference in New Issue
Block a user