mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-25 11:54:01 +08:00
Makefile.am: Don't set SECTION_FLAGS with @SECTION_FLAGS@.
* Makefile.am: Don't set SECTION_FLAGS with @SECTION_FLAGS@. Don't set IEEE_FLAGS with @IEEE_FLAGS@. * Makefile.in: Regenerate. From-SVN: r150313
This commit is contained in:
parent
bd31ae23b2
commit
3ce1cf6943
@ -1,3 +1,9 @@
|
||||
2009-07-31 Kaz Kojima <kkojima@gcc.gnu.org>
|
||||
|
||||
* Makefile.am: Don't set SECTION_FLAGS with @SECTION_FLAGS@.
|
||||
Don't set IEEE_FLAGS with @IEEE_FLAGS@.
|
||||
* Makefile.in: Regenerate.
|
||||
|
||||
2009-07-30 Kaz Kojima <kkojima@gcc.gnu.org>
|
||||
|
||||
* configure.host: Define ieee_flags and set it to -mieee for sh.
|
||||
|
@ -34,11 +34,9 @@ AM_CPPFLAGS = -iquote$(srcdir)/io -I$(srcdir)/$(MULTISRCTOP)../gcc \
|
||||
AM_CFLAGS += -fcx-fortran-rules
|
||||
|
||||
# Use -ffunction-sections -fdata-sections if supported by the compiler
|
||||
SECTION_FLAGS = @SECTION_FLAGS@
|
||||
AM_CFLAGS += $(SECTION_FLAGS)
|
||||
|
||||
# Some targets require additional compiler options for IEEE compatibility.
|
||||
IEEE_FLAGS = @IEEE_FLAGS@
|
||||
AM_CFLAGS += $(IEEE_FLAGS)
|
||||
|
||||
gfor_io_src= \
|
||||
|
@ -815,6 +815,10 @@ AMDEP_TRUE = @AMDEP_TRUE@
|
||||
AMTAR = @AMTAR@
|
||||
|
||||
# Fortran rules for complex multiplication and division
|
||||
|
||||
# Use -ffunction-sections -fdata-sections if supported by the compiler
|
||||
|
||||
# Some targets require additional compiler options for IEEE compatibility.
|
||||
AM_CFLAGS = @AM_CFLAGS@ -fcx-fortran-rules $(SECTION_FLAGS) \
|
||||
$(IEEE_FLAGS)
|
||||
AM_FCFLAGS = @AM_FCFLAGS@
|
||||
@ -844,8 +848,6 @@ FCFLAGS = @FCFLAGS@
|
||||
FGREP = @FGREP@
|
||||
FPU_HOST_HEADER = @FPU_HOST_HEADER@
|
||||
GREP = @GREP@
|
||||
|
||||
# Some targets require additional compiler options for IEEE compatibility.
|
||||
IEEE_FLAGS = @IEEE_FLAGS@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
@ -879,8 +881,6 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
||||
PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||
RANLIB = @RANLIB@
|
||||
|
||||
# Use -ffunction-sections -fdata-sections if supported by the compiler
|
||||
SECTION_FLAGS = @SECTION_FLAGS@
|
||||
SED = @SED@
|
||||
SET_MAKE = @SET_MAKE@
|
||||
|
Loading…
Reference in New Issue
Block a user