diff options
author | Geoffrey Noer <noer@cygnus> | 1996-02-02 01:07:16 +0000 |
---|---|---|
committer | Geoffrey Noer <noer@cygnus> | 1996-02-02 01:07:16 +0000 |
commit | 0807a8afd84ffefa9525a20ce432b0dad8aa50d0 (patch) | |
tree | 4d4f5eaef4d392dc656df81a181bc9d6f918fc5f /configure.in | |
parent | ca234b7d2fe441a0c8ed52be8183a3730c53390a (diff) | |
download | gdb-0807a8afd84ffefa9525a20ce432b0dad8aa50d0.zip gdb-0807a8afd84ffefa9525a20ce432b0dad8aa50d0.tar.gz gdb-0807a8afd84ffefa9525a20ce432b0dad8aa50d0.tar.bz2 |
Changes to configure.in so that -gm-magic targets won't build libgloss
anymore.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 7c79178..cb64e4e 100644 --- a/configure.in +++ b/configure.in @@ -531,6 +531,13 @@ case "${target}" in ;; esac +targets that need a second pass +case "${target}" in + *-gm-magic*) + noconfigdirs="$noconfigdirs libgloss" + ;; +esac + # If we are building a Canadian Cross, discard tools that can not be built # using a cross compiler. FIXME: These tools should be fixed. if [ "${build}" != "${host}" ]; then |