* configure.in (FLAGS_FOR_TARGET): Do not add
authorThomas Fitzsimmons <fitzsim@redhat.com>
Fri, 3 May 2002 16:13:21 +0000 (16:13 +0000)
committerThomas Fitzsimmons <fitzsim@redhat.com>
Fri, 3 May 2002 16:13:21 +0000 (16:13 +0000)
-B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
on i[3456]86-*-linux*.

ChangeLog
configure.in

index dd82348799483058d7e17a5188ec498310208543..1859dcac57fc773de2c0df46a6b96ca3f8db3003 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
+
+       * 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  <fitzsim@redhat.com>
 
        * configure.in (noconfigdirs): Replace [ ] with test.
index 6c0e7d69e348c0a08ab6fd89693414a8650daa2c..59d798352537de4942ddfe7d79711c5d8cee1d59 100644 (file)
@@ -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
This page took 0.03124 seconds and 4 git commands to generate.