diff options
author | corsepiu <corsepiu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-02-16 05:52:54 +0000 |
---|---|---|
committer | corsepiu <corsepiu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-02-16 05:52:54 +0000 |
commit | 8e2e6800fed3f5f6ee79610a0b4440e9aa62d254 (patch) | |
tree | d7a7a290c7905373b1d399bc13332457793564b1 /gcc/config/m68k | |
parent | 69d30e890f48c6e95a821dd91b653263d6e168c2 (diff) | |
download | gcc-8e2e6800fed3f5f6ee79610a0b4440e9aa62d254.tar.gz |
2008-02-16 Ralf Corsepius <ralf.corsepius@rtems.org>
* config/m68k/t-rtems (M68K_MLIB_CPU): Add 5208, 5307, 5407, 5475
multilibs.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@132363 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/m68k')
-rw-r--r-- | gcc/config/m68k/t-rtems | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/config/m68k/t-rtems b/gcc/config/m68k/t-rtems index 1cf45f5a204..2b0750f0f05 100644 --- a/gcc/config/m68k/t-rtems +++ b/gcc/config/m68k/t-rtems @@ -1,4 +1,8 @@ # Custom multilibs for RTEMS M68K_MLIB_CPU += && (match(MLIB, "^68") \ || MLIB == "cpu32" \ - || MLIB == "5206") + || MLIB == "5206" \ + || MLIB == "5208" \ + || MLIB == "5307" \ + || MLIB == "5407" \ + || MLIB == "5475") |