diff options
author | Thomas Fitzsimmons <fitzsim@redhat.com> | 2002-05-03 16:13:21 +0000 |
---|---|---|
committer | Thomas Fitzsimmons <fitzsim@redhat.com> | 2002-05-03 16:13:21 +0000 |
commit | 2cd51a88a5b142de64c0177e8d02ac46ae551b84 (patch) | |
tree | 6299203cc58679ab4b2feb10599ae5e06fb09998 /configure.in | |
parent | c218361efafc7a0e16df462a88d8a971954da580 (diff) | |
download | cygnal-2cd51a88a5b142de64c0177e8d02ac46ae551b84.tar.gz cygnal-2cd51a88a5b142de64c0177e8d02ac46ae551b84.tar.bz2 cygnal-2cd51a88a5b142de64c0177e8d02ac46ae551b84.zip |
* configure.in (FLAGS_FOR_TARGET): Do not add
-B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
on i[3456]86-*-linux*.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 6c0e7d69e..59d798352 100644 --- a/configure.in +++ b/configure.in @@ -1524,7 +1524,6 @@ case " $skipdirs " in # Here host == target, so we don't need to build gcc, # so we don't want to discard standard headers. FLAGS_FOR_TARGET=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'` - FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$$r/$(TARGET_SUBDIR)/newlib/' ;; *) # If we're building newlib, use its generic headers last, but search |