* configure.ac (mipsisa*-*-elfoabi*): New stanza.
* configure: Regenerate. config/ * mt-mips-elfoabi: New file.
This commit is contained in:
parent
8c838dbd52
commit
f3b1e08efe
5 changed files with 21 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
|
||||||
|
|
||||||
|
* configure.ac (mipsisa*-*-elfoabi*): New stanza.
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2007-09-17 Andreas Schwab <schwab@suse.de>
|
2007-09-17 Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
* configure.ac: Raise minimum makeinfo version to 4.6.
|
* configure.ac: Raise minimum makeinfo version to 4.6.
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
|
||||||
|
|
||||||
|
* mt-mips-elfoabi: New file.
|
||||||
|
|
||||||
2007-09-07 Richard Sandiford <richard@codesourcery.com>
|
2007-09-07 Richard Sandiford <richard@codesourcery.com>
|
||||||
|
|
||||||
* mt-sde (CFLAGS_FOR_TARGET): Add -mno-gpopt.
|
* mt-sde (CFLAGS_FOR_TARGET): Add -mno-gpopt.
|
||||||
|
|
6
config/mt-mips-elfoabi
Normal file
6
config/mt-mips-elfoabi
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
# The *-elfoabi configurations are intended to be usable for both
|
||||||
|
# MIPS16 and non-MIPS16 code, but the libraries are all non-MIPS16.
|
||||||
|
# Add -minterlink-mips16 so that the libraries can be used with both
|
||||||
|
# ISA modes.
|
||||||
|
CFLAGS_FOR_TARGET = -minterlink-mips16
|
||||||
|
CXXFLAGS_FOR_TARGET = -minterlink-mips16
|
3
configure
vendored
3
configure
vendored
|
@ -5279,6 +5279,9 @@ case "${target}" in
|
||||||
mips*-sde-elf*)
|
mips*-sde-elf*)
|
||||||
target_makefile_frag="config/mt-sde"
|
target_makefile_frag="config/mt-sde"
|
||||||
;;
|
;;
|
||||||
|
mipsisa*-*-elfoabi*)
|
||||||
|
target_makefile_frag="config/mt-mips-elfoabi"
|
||||||
|
;;
|
||||||
*-*-netware*)
|
*-*-netware*)
|
||||||
target_makefile_frag="config/mt-netware"
|
target_makefile_frag="config/mt-netware"
|
||||||
;;
|
;;
|
||||||
|
|
|
@ -1798,6 +1798,9 @@ case "${target}" in
|
||||||
mips*-sde-elf*)
|
mips*-sde-elf*)
|
||||||
target_makefile_frag="config/mt-sde"
|
target_makefile_frag="config/mt-sde"
|
||||||
;;
|
;;
|
||||||
|
mipsisa*-*-elfoabi*)
|
||||||
|
target_makefile_frag="config/mt-mips-elfoabi"
|
||||||
|
;;
|
||||||
*-*-netware*)
|
*-*-netware*)
|
||||||
target_makefile_frag="config/mt-netware"
|
target_makefile_frag="config/mt-netware"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue