diff options
author | Ralf Corsepius <ralf.corsepius@rtems.org> | 2009-03-25 13:54:16 +0100 |
---|---|---|
committer | Ralf Corsepius <corsepiu@gcc.gnu.org> | 2009-03-25 13:54:16 +0100 |
commit | 370017b40f9776c6861618c06f605903aa53b42e (patch) | |
tree | 0dafceae7a213ff42d46c62c9fa4ad28ec70c4fb /gcc/config | |
parent | ae5604400517efbd3c923537c5ec6155b79f5cdb (diff) | |
download | gcc-370017b40f9776c6861618c06f605903aa53b42e.zip gcc-370017b40f9776c6861618c06f605903aa53b42e.tar.gz gcc-370017b40f9776c6861618c06f605903aa53b42e.tar.bz2 |
rtems-elf.h: Remove LINK_GCC_C_SEQUENCE_SPEC.
2009-03-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* config/arm/rtems-elf.h: Remove LINK_GCC_C_SEQUENCE_SPEC.
* config/rs6000/t-rtems: Remove MULTILIB_EXTRA_OPTS.
From-SVN: r145060
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/arm/rtems-elf.h | 1 | ||||
-rw-r--r-- | gcc/config/rs6000/t-rtems | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/arm/rtems-elf.h b/gcc/config/arm/rtems-elf.h index ee8c118..dade74b 100644 --- a/gcc/config/arm/rtems-elf.h +++ b/gcc/config/arm/rtems-elf.h @@ -43,4 +43,3 @@ * with how this used to be defined. */ #undef LINK_GCC_C_SEQUENCE_SPEC -#define LINK_GCC_C_SEQUENCE_SPEC "%G %L" diff --git a/gcc/config/rs6000/t-rtems b/gcc/config/rs6000/t-rtems index b3db949..c0fd8bf 100644 --- a/gcc/config/rs6000/t-rtems +++ b/gcc/config/rs6000/t-rtems @@ -10,8 +10,6 @@ m403 m505 m601 m603e m604 m860 m7400 \ mpc8260 \ nof -MULTILIB_EXTRA_OPTS = mrelocatable-lib mno-eabi mstrict-align - # MULTILIB_MATCHES = ${MULTILIB_MATCHES_FLOAT} MULTILIB_MATCHES = MULTILIB_MATCHES += ${MULTILIB_MATCHES_ENDIAN} |