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:
041187b
)
2006-02-28 Roland McGrath <roland@redhat.com>
author
Roland McGrath
<roland@gnu.org>
Tue, 28 Feb 2006 10:12:23 +0000
(10:12 +0000)
committer
Roland McGrath
<roland@gnu.org>
Tue, 28 Feb 2006 10:12:23 +0000
(10:12 +0000)
* sysdeps/hppa/preconfigure: New file.
sysdeps/hppa/preconfigure
[new file with mode: 0644]
patch
|
blob
diff --git a/sysdeps/hppa/preconfigure
b/sysdeps/hppa/preconfigure
new file mode 100644
(file)
index 0000000..
4d7fdcd
--- /dev/null
+++ b/
sysdeps/hppa/preconfigure
@@ -0,0
+1,6
@@
+# This fragment canonicalizes the machine names for hppa variants.
+
+case "$machine" in
+hppa*64*) base_machine=hppa machine=hppa/hppa64 ;;
+hppa*) base_machine=hppa machine=hppa/hppa1.1 ;;
+esac