diff --git a/ChangeLog b/ChangeLog index 9c6a6883870..8f25a3431fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Feb 1 14:38:13 1996 Geoffrey Noer + + * 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 * mpw-configure (extralibs_name, rez_name): Set correctly diff --git a/configure.in b/configure.in index 7c791780059..cb64e4ebc6c 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