diff options
author | Eric Christopher <echristo@gmail.com> | 2001-09-14 18:40:47 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2001-09-14 18:40:47 +0000 |
commit | bf0338856a38f856195d3d517fa5067357ed2f9d (patch) | |
tree | 12e302bb8a9e785d832321421fe7f878da0e97e0 /libgloss/mips/configure.in | |
parent | 696a88a431a5ae0cd108f21e857503c26643449e (diff) | |
download | newlib-bf0338856a38f856195d3d517fa5067357ed2f9d.zip newlib-bf0338856a38f856195d3d517fa5067357ed2f9d.tar.gz newlib-bf0338856a38f856195d3d517fa5067357ed2f9d.tar.bz2 |
2001-09-14 Eric Christopher <echristo@redhat.com>
* mips/configure.in: Add mipsisa32 support.
* mips/configure: Regenerate.
* mips/idt32.ld: New file.
* mips/idt64.ld: New file.
Diffstat (limited to 'libgloss/mips/configure.in')
-rw-r--r-- | libgloss/mips/configure.in | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/libgloss/mips/configure.in b/libgloss/mips/configure.in index 8191529..e480988 100644 --- a/libgloss/mips/configure.in +++ b/libgloss/mips/configure.in @@ -37,7 +37,7 @@ AC_PROG_INSTALL # 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. @@ -104,6 +104,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= @@ -140,5 +146,3 @@ ac_configure_args="${ac_configure_args} --enable-multilib" CONFIG_SHELL=${CONFIG_SHELL-/bin/sh} libgloss_topdir=${libgloss_topdir} ) - - |