diff options
author | DJ Delorie <dj@redhat.com> | 2002-06-19 23:24:18 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2002-06-19 23:24:18 +0000 |
commit | 9ee1a75cada39c335862735c28c8e4fb2df9aefd (patch) | |
tree | 2211e4c2647dbf0beb9bffecc48e5f6807a3e5a7 /configure.in | |
parent | e3b0c9363d5f838b3658f10a48f02f3716c3ec15 (diff) | |
download | gdb-9ee1a75cada39c335862735c28c8e4fb2df9aefd.zip gdb-9ee1a75cada39c335862735c28c8e4fb2df9aefd.tar.gz gdb-9ee1a75cada39c335862735c28c8e4fb2df9aefd.tar.bz2 |
* configure.in: Rearrange a little.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/configure.in b/configure.in index f606bed..33d1a9c 100644 --- a/configure.in +++ b/configure.in @@ -45,8 +45,6 @@ host_libs="intl mmalloc libiberty opcodes bfd readline db tcl tk tclX itcl tix libgui zlib" libstdcxx_version="target-libstdc++-v3" -# Don't use libstdc++-v3's flags to configure/build itself. -libstdcxx_flags='`case $$dir in libstdc++-v3 | libjava) ;; *) test ! -f $$r/$(TARGET_SUBDIR)/libstdc++-v3/testsuite_flags || $(SHELL) $$r/$(TARGET_SUBDIR)/libstdc++-v3/testsuite_flags --build-includes;; esac` -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs' # these tools are built for the host environment # Note, the powerpc-eabi build depends on sim occurring before gdb in order to @@ -117,6 +115,13 @@ appdirs="" # per-host: +# There is no longer anything interesting in the per-host section. + +# per-target: + +# Don't use libstdc++-v3's flags to configure/build itself. +libstdcxx_flags='`case $$dir in libstdc++-v3 | libjava) ;; *) test ! -f $$r/$(TARGET_SUBDIR)/libstdc++-v3/testsuite_flags || $(SHELL) $$r/$(TARGET_SUBDIR)/libstdc++-v3/testsuite_flags --build-includes;; esac` -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs' + # Work in distributions that contain no compiler tools, like Autoconf. tentative_cc="" if test -d ${srcdir}/config ; then @@ -350,8 +355,6 @@ if test -n "${host_makefile_frag}" ; then host_makefile_frag=mh-frag fi -# per-target: - case "${target}" in v810*) target_makefile_frag="${target_makefile_frag} config/mt-v810" |