re PR other/10240 (HOST_CFLAGS in gcc/Makefile.in shouldn't include XCFLAGS)
authorGunther Nikl <gni@gecko.de>
Sat, 28 Jun 2003 01:27:46 +0000 (01:27 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Sat, 28 Jun 2003 01:27:46 +0000 (18:27 -0700)
PR other/10240
* configure.in: Removed $(XCFLAGS) from BUILD_CFLAGS for build != host.
* configure: Rebuilt.

From-SVN: r68625

gcc/ChangeLog
gcc/configure
gcc/configure.in

index f073ea797345b378345e672153106b0920e8d6dd..c4a9ab31e191308d49b5056236537708620afe17 100644 (file)
        * 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
index dcad8af92ea982fdc84011bebfe5e3e26777aea2..590efea7664c450314f954666468b7853a0dbce1 100755 (executable)
@@ -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=
index b543a6f65c92e9abf92c805955ea32de39ddced3..e182a83fa5e4297db71cfb72d14370e15e355678 100644 (file)
@@ -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=