diff --git a/ChangeLog b/ChangeLog index 3290697b935..02b72b6e143 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Feb 2 20:05:05 1999 Catherine Moore + + * config.sub (oabi): Recognize. + * configure.in (arm-*-oabi): Handle. + Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net) * config.guess: Improve detection of i686 on UnixWare 7. diff --git a/config.sub b/config.sub index 3be49c79397..f361a6e5d9c 100755 --- a/config.sub +++ b/config.sub @@ -928,7 +928,7 @@ case $os in | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ | -hiux* | -386bsd* | -netbsd* | -openbsd* | -freebsd* | -riscix* \ - | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \ + | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ | -cygwin32* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ diff --git a/configure.in b/configure.in index 0c09f4f2c2b..717f0d4d963 100644 --- a/configure.in +++ b/configure.in @@ -578,6 +578,18 @@ case "${target}" in arm-*-coff*) noconfigdirs="$noconfigdirs target-libgloss" ;; + arm-*-elf*) + noconfigdirs="$noconfigdirs target-libgloss" + if [ x${is_cross_compiler} != xno ] ; then + target_configdirs="${target_configdirs} target-bsp target-libstub target-cygmon" + fi + ;; + arm-*-oabi*) + noconfigdirs="$noconfigdirs target-libgloss" + if [ x${is_cross_compiler} != xno ] ; then + target_configdirs="${target_configdirs} target-bsp target-libstub target-cygmon" + fi + ;; c4x-*-*) noconfigdirs="$noconfigdirs target-libg++ target-libstdc++ target-libio target-librx target-libgloss" ;;