mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-23 14:59:32 +08:00
re PR other/10240 (HOST_CFLAGS in gcc/Makefile.in shouldn't include XCFLAGS)
PR other/10240 * configure.in: Removed $(XCFLAGS) from BUILD_CFLAGS for build != host. * configure: Rebuilt. From-SVN: r68625
This commit is contained in:
parent
a6d682a05f
commit
b11e4747fe
@ -15,6 +15,10 @@
|
||||
* config/m68k/m68k.c (m68k_output_mi_thunk): Use correct assembly
|
||||
syntax for MIT / MOTOROLA.
|
||||
|
||||
PR other/10240
|
||||
* configure.in: Removed $(XCFLAGS) from BUILD_CFLAGS for build != host.
|
||||
* configure: Rebuilt.
|
||||
|
||||
2003-06-27 Chris Demetriou <cgd@broadcom.com>
|
||||
|
||||
* config/mips/mips.c (mips_build_va_list): Make padding in
|
||||
|
2
gcc/configure
vendored
2
gcc/configure
vendored
@ -6937,7 +6937,7 @@ if test x$build != x$host
|
||||
then
|
||||
BUILD_PREFIX=build-
|
||||
BUILD_PREFIX_1=build-
|
||||
BUILD_CFLAGS='$(INTERNAL_CFLAGS) $(T_CFLAGS) $(CFLAGS_FOR_BUILD) $(XCFLAGS)'
|
||||
BUILD_CFLAGS='$(INTERNAL_CFLAGS) $(T_CFLAGS) $(CFLAGS_FOR_BUILD)'
|
||||
|
||||
if test "x$TARGET_SYSTEM_ROOT" = x; then
|
||||
STMP_FIXINC=
|
||||
|
@ -1427,7 +1427,7 @@ if test x$build != x$host
|
||||
then
|
||||
BUILD_PREFIX=build-
|
||||
BUILD_PREFIX_1=build-
|
||||
BUILD_CFLAGS='$(INTERNAL_CFLAGS) $(T_CFLAGS) $(CFLAGS_FOR_BUILD) $(XCFLAGS)'
|
||||
BUILD_CFLAGS='$(INTERNAL_CFLAGS) $(T_CFLAGS) $(CFLAGS_FOR_BUILD)'
|
||||
|
||||
if test "x$TARGET_SYSTEM_ROOT" = x; then
|
||||
STMP_FIXINC=
|
||||
|
Loading…
Reference in New Issue
Block a user