Rebase from GCC
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
2011-02-07 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* libffi/src/m68k/ffi.c: Add RTEMS support for cache flushing.
|
||||
Handle case when CPU variant does not have long double support.
|
||||
* libffi/src/m68k/sysv.S: Add support for mc68000, Coldfire,
|
||||
and cores with soft floating point.
|
||||
|
||||
2011-02-07 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Add mips*-*-rtems* support.
|
||||
* configure: Regenerate.
|
||||
* src/mips/ffitarget.h: Ensure needed constants are available
|
||||
for targets which do not have sgidefs.h.
|
||||
|
||||
2011-01-26 Dave Korn <dave.korn.cygwin@gmail.com>
|
||||
|
||||
PR target/40125
|
||||
|
||||
2
.pc/win64-underscore/configure
vendored
2
.pc/win64-underscore/configure
vendored
@@ -12230,7 +12230,7 @@ case "$host" in
|
||||
TARGET=M68K; TARGETDIR=m68k
|
||||
;;
|
||||
|
||||
mips-sgi-irix5.* | mips-sgi-irix6.*)
|
||||
mips-sgi-irix5.* | mips-sgi-irix6.* | mips*-*-rtems*)
|
||||
TARGET=MIPS; TARGETDIR=mips
|
||||
;;
|
||||
mips*-*-linux*)
|
||||
|
||||
@@ -122,7 +122,7 @@ case "$host" in
|
||||
TARGET=M68K; TARGETDIR=m68k
|
||||
;;
|
||||
|
||||
mips-sgi-irix5.* | mips-sgi-irix6.*)
|
||||
mips-sgi-irix5.* | mips-sgi-irix6.* | mips*-*-rtems*)
|
||||
TARGET=MIPS; TARGETDIR=mips
|
||||
;;
|
||||
mips*-*-linux*)
|
||||
|
||||
Reference in New Issue
Block a user