* configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
From-SVN: r35692
This commit is contained in:
parent
4859dd3636
commit
eeb943b06c
@ -1,5 +1,7 @@
|
|||||||
2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
|
2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
|
||||||
|
|
||||||
|
* configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
|
||||||
|
|
||||||
* configure: Make enable_threads and enable_shared defaults
|
* configure: Make enable_threads and enable_shared defaults
|
||||||
explicit. Substitute enable_threads into generated Makefiles.
|
explicit. Substitute enable_threads into generated Makefiles.
|
||||||
* configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
|
* configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
|
||||||
|
@ -54,7 +54,7 @@ if [ "${enable_libstdcxx_v3}" = "yes" ] && test -d $srcdir/libstdc++-v3; then
|
|||||||
libstdcxx_flags='`case $$dir in libstdc++-v3) ;; *) test -f $$r/$(TARGET_SUBDIR)/libstdc++-v3/mkcheck && $(SHELL) $$r/$(TARGET_SUBDIR)/libstdc++-v3/mkcheck 2 $$r/$(TARGET_SUBDIR)/libstdc++-v3 $$s/libstdc++-v3 | sed -e '"'s/-I/-isystem /g'"' ;; esac` -L$$r/$(TARGET_SUBDIR)/libstd++-v3/src -L$$r/$(TARGET_SUBDIR)/libstd++-v3/src/.libs'
|
libstdcxx_flags='`case $$dir in libstdc++-v3) ;; *) test -f $$r/$(TARGET_SUBDIR)/libstdc++-v3/mkcheck && $(SHELL) $$r/$(TARGET_SUBDIR)/libstdc++-v3/mkcheck 2 $$r/$(TARGET_SUBDIR)/libstdc++-v3 $$s/libstdc++-v3 | sed -e '"'s/-I/-isystem /g'"' ;; esac` -L$$r/$(TARGET_SUBDIR)/libstd++-v3/src -L$$r/$(TARGET_SUBDIR)/libstd++-v3/src/.libs'
|
||||||
else
|
else
|
||||||
libstdcxx_version="target-libio target-libstdc++"
|
libstdcxx_version="target-libio target-libstdc++"
|
||||||
libstdcxx_flags='-isystem $$s/libstdc++ -isystem $$s/libstdc++/std -isystem $$s/libstdc++/stl -isystem $$s/libio/ -isystem $$s/libio/stdio -L$$r/$(TARGET_SUBDIR)/libstdc++'
|
libstdcxx_flags='-isystem $$s/libstdc++ -isystem $$s/libstdc++/std -isystem $$s/libstdc++/stl -isystem $$s/libio -L$$r/$(TARGET_SUBDIR)/libstdc++'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# these tools are built for the host environment
|
# these tools are built for the host environment
|
||||||
|
Loading…
x
Reference in New Issue
Block a user