From dac55df9cd739605634a927e1dcf0e84f9e047e2 Mon Sep 17 00:00:00 2001 From: Thomas Fitzsimmons Date: Fri, 3 May 2002 16:13:21 +0000 Subject: [PATCH] * configure.in (FLAGS_FOR_TARGET): Do not add -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively on i[3456]86-*-linux*. --- ChangeLog | 6 ++++++ configure.in | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index dd82348799..1859dcac57 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-05-03 Thomas Fitzsimmons + + * configure.in (FLAGS_FOR_TARGET): Do not add + -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively + on i[3456]86-*-linux*. + 2002-05-01 Thomas Fitzsimmons * configure.in (noconfigdirs): Replace [ ] with test. diff --git a/configure.in b/configure.in index 6c0e7d69e3..59d7983525 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 -- 2.34.1