diff options
Diffstat (limited to 'libgloss/mips/configure')
-rwxr-xr-x | libgloss/mips/configure | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/libgloss/mips/configure b/libgloss/mips/configure index 3ac1daac8..ddefe3cc0 100755 --- a/libgloss/mips/configure +++ b/libgloss/mips/configure @@ -731,7 +731,7 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' # FIXME: We temporarily define our own version of AC_PROG_CC. This is # copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We -# are building a library that must be included in all links, so we +# are building a library that must be included in all links, so we # can't link an executable until this lib is built. # autoconf should provide a way to do this. @@ -929,6 +929,12 @@ case "${target}" in script_list="idt pmon ddb lsi idtecoff nullmon" bsp_list="libidt.a libpmon.a liblsi.a libnullmon.a" ;; + mipsisa32-*-*) + part_specific_obj= + part_specific_defines= + script_list="idt32 idt64" + bsp_list="libidt.a" + ;; *) part_specific_obj="vr4300.o cma101.o" part_specific_defines= @@ -1250,5 +1256,3 @@ chmod +x $CONFIG_STATUS rm -fr confdefs* $ac_clean_files test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1 - - |