diff options
author | Gunther Nikl <gni@gecko.de> | 2003-06-28 01:27:46 +0000 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 2003-06-27 18:27:46 -0700 |
commit | b11e4747fe2e49134931328a6fd26102ab418a11 (patch) | |
tree | 5b6153b949d69ef50a6a2422f14093e19ae75463 /gcc/configure | |
parent | a6d682a05f5362131d39cd689aac16ac6177b7e2 (diff) | |
download | gcc-b11e4747fe2e49134931328a6fd26102ab418a11.zip gcc-b11e4747fe2e49134931328a6fd26102ab418a11.tar.gz gcc-b11e4747fe2e49134931328a6fd26102ab418a11.tar.bz2 |
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
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure b/gcc/configure index dcad8af..590efea 100755 --- a/gcc/configure +++ b/gcc/configure @@ -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= |