projects
/
platform
/
upstream
/
linaro-glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7cd337
)
2006-02-28 Roland McGrath <roland@redhat.com>
author
Roland McGrath
<roland@gnu.org>
Tue, 28 Feb 2006 10:10:56 +0000
(10:10 +0000)
committer
Roland McGrath
<roland@gnu.org>
Tue, 28 Feb 2006 10:10:56 +0000
(10:10 +0000)
* sysdeps/m68k/preconfigure: New file.
sysdeps/m68k/preconfigure
[new file with mode: 0644]
patch
|
blob
diff --git a/sysdeps/m68k/preconfigure
b/sysdeps/m68k/preconfigure
new file mode 100644
(file)
index 0000000..
35dcea4
--- /dev/null
+++ b/
sysdeps/m68k/preconfigure
@@ -0,0
+1,6
@@
+# This fragment canonicalizes the machine names for m68k variants.
+
+case "$machine" in
+m680?0) base_machine=m68k machine=m68k/$machine ;;
+m68k) base_machine=m68k machine=m68k/m68020 ;;
+esac