aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Sandiford <richard@codesourcery.com>2007-01-02 09:29:53 +0000
committerRichard Sandiford <richard@codesourcery.com>2007-01-02 09:29:53 +0000
commit61561ee627dc1dc3d3f34021eed20e739138f463 (patch)
tree7b08b6d4bc77d0207a2a6cf18062a3c63455fbc0
parentd10023cb16c1759c83d9052acb246a19e5b4a36b (diff)
gcc/
* config/m68k/t-rtems (M68K_MLIB_CPU): Use MLIB instead of MLIB_NAME. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/csl/coldfire-4_1@120336 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--ChangeLog.csl5
-rw-r--r--gcc/config/m68k/t-rtems6
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index 3dddb990162..aa8cdf6787f 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,5 +1,10 @@
2007-01-02 Richard Sandiford <richard@codesourcery.com>
+ gcc/
+ * config/m68k/t-rtems (M68K_MLIB_CPU): Use MLIB instead of MLIB_NAME.
+
+2007-01-02 Richard Sandiford <richard@codesourcery.com>
+
Merge from sourcerygxx-4_1 branch:
2007-01-01 Joseph Myers <joseph@codesourcery.com>
diff --git a/gcc/config/m68k/t-rtems b/gcc/config/m68k/t-rtems
index 7243fbcabe1..1cf45f5a204 100644
--- a/gcc/config/m68k/t-rtems
+++ b/gcc/config/m68k/t-rtems
@@ -1,4 +1,4 @@
# Custom multilibs for RTEMS
-M68K_MLIB_CPU += && (match(MLIB_NAME, "^68") \
- || MLIB_NAME == "cpu32" \
- || MLIB_NAME == "5206")
+M68K_MLIB_CPU += && (match(MLIB, "^68") \
+ || MLIB == "cpu32" \
+ || MLIB == "5206")