mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-16 10:30:13 +08:00
* 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>
|
||||
|
||||
* configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
|
||||
|
||||
* configure: Make enable_threads and enable_shared defaults
|
||||
explicit. Substitute enable_threads into generated Makefiles.
|
||||
* 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'
|
||||
else
|
||||
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
|
||||
|
||||
# these tools are built for the host environment
|
||||
|
Loading…
Reference in New Issue
Block a user