mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-28 09:54:23 +08:00
re PR bootstrap/21403 (Canadian cross build fails.)
2005-05-07 Anthony Green <green@redhat.com> PR bootstrap/21403 * configure.ac (STMP_FIXPROTO): Fix [ ] consumption problem in x$STMP_FIXPROTO test. * configure: Rebuilt. From-SVN: r99370
This commit is contained in:
parent
cdfe0aa3ad
commit
d8e5117dc0
@ -1,3 +1,10 @@
|
||||
2005-05-07 Anthony Green <green@redhat.com>
|
||||
|
||||
PR bootstrap/21403
|
||||
* configure.ac (STMP_FIXPROTO): Fix [ ] consumption problem in
|
||||
x$STMP_FIXPROTO test.
|
||||
* configure: Rebuilt.
|
||||
|
||||
2005-05-07 Joseph S. Myers <joseph@codesourcery.com>
|
||||
|
||||
* config/pa/pa-hpux11.h (TARGET_OS_CPP_BUILTINS): Do not define
|
||||
|
2
gcc/configure
vendored
2
gcc/configure
vendored
@ -12731,7 +12731,7 @@ then
|
||||
BUILD_CFLAGS='$(INTERNAL_CFLAGS) $(T_CFLAGS) $(CFLAGS_FOR_BUILD)'
|
||||
|
||||
if test "x$TARGET_SYSTEM_ROOT" = x; then
|
||||
if "x$STMP_FIXPROTO" != x ; then
|
||||
if test "x$STMP_FIXPROTO" != x; then
|
||||
STMP_FIXPROTO=stmp-install-fixproto
|
||||
fi
|
||||
fi
|
||||
|
@ -1693,7 +1693,7 @@ then
|
||||
BUILD_CFLAGS='$(INTERNAL_CFLAGS) $(T_CFLAGS) $(CFLAGS_FOR_BUILD)'
|
||||
|
||||
if test "x$TARGET_SYSTEM_ROOT" = x; then
|
||||
if [ "x$STMP_FIXPROTO" != x ] ; then
|
||||
if test "x$STMP_FIXPROTO" != x; then
|
||||
STMP_FIXPROTO=stmp-install-fixproto
|
||||
fi
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user