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 | dac55df9cd739605634a927e1dcf0e84f9e047e2 (patch) | |
tree | 7922faa40822d6c762712827d16d4132b96fdf83 /configure.in | |
parent | b7a26f91f425d537f77f38cd5dac97dda0fd9127 (diff) | |
download | gdb-dac55df9cd739605634a927e1dcf0e84f9e047e2.zip gdb-dac55df9cd739605634a927e1dcf0e84f9e047e2.tar.gz gdb-dac55df9cd739605634a927e1dcf0e84f9e047e2.tar.bz2 |
* 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 6c0e7d6..59d7983 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 |