Commit 7bebf279 by Thomas Fitzsimmons Committed by DJ Delorie

configure.in (FLAGS_FOR_TARGET): Do not add -B$$r/$(TARGET_SUBDIR)/newlib/ when...

* configure.in (FLAGS_FOR_TARGET): Do not add
-B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
on i[3456]86-*-linux*.

From-SVN: r53100
parent ce8076ad
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> 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
* configure.in (noconfigdirs): Replace [ ] with test. * configure.in (noconfigdirs): Replace [ ] with test.
......
...@@ -1524,7 +1524,6 @@ case " $skipdirs " in ...@@ -1524,7 +1524,6 @@ case " $skipdirs " in
# Here host == target, so we don't need to build gcc, # Here host == target, so we don't need to build gcc,
# so we don't want to discard standard headers. # so we don't want to discard standard headers.
FLAGS_FOR_TARGET=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'` 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 # If we're building newlib, use its generic headers last, but search
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment