mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-30 21:44:19 +08:00
Changes to configure.in so that -gm-magic targets won't build libgloss
anymore.
This commit is contained in:
parent
ca234b7d2f
commit
0807a8afd8
@ -1,3 +1,8 @@
|
||||
Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
|
||||
|
||||
* configure.in: add second pass to things added to noconfigdirs
|
||||
so *-gm-magic can exclude libgloss properly.
|
||||
|
||||
Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
|
||||
|
||||
* mpw-configure (extralibs_name, rez_name): Set correctly
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user