summaryrefslogtreecommitdiff
path: root/gnu/lib
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-04-21 15:58:26 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-04-21 15:58:26 +0000
commita36bd0835a65f9e5811343401d044242e0a1fcb2 (patch)
treecd3fb3021dee857bd1f81cc46f59e72dd40da5fa /gnu/lib
parenta9fc808de4c54ad96c9b2e779b91c6fa37a102a9 (diff)
Add luna88k related directories and information to the build infrastructure.
ok deraadt@, millert@, krw@ - mdoc ok jmc@
Diffstat (limited to 'gnu/lib')
-rwxr-xr-xgnu/lib/libf2c/config.guess3
-rw-r--r--gnu/lib/libiberty/config.guess3
-rwxr-xr-xgnu/lib/libobjc/config.guess3
-rw-r--r--gnu/lib/libreadline/support/config.guess3
-rwxr-xr-xgnu/lib/libstdc++/config.guess3
5 files changed, 15 insertions, 0 deletions
diff --git a/gnu/lib/libf2c/config.guess b/gnu/lib/libf2c/config.guess
index 4fc21ecc3aa..0e283abd19b 100755
--- a/gnu/lib/libf2c/config.guess
+++ b/gnu/lib/libf2c/config.guess
@@ -205,6 +205,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
hp300:OpenBSD:*:*)
echo m68k-unknown-openbsd${UNAME_RELEASE}
exit 0 ;;
+ luna88k:OpenBSD:*:*)
+ echo m88k-unknown-openbsd${UNAME_RELEASE}
+ exit 0 ;;
mac68k:OpenBSD:*:*)
echo m68k-unknown-openbsd${UNAME_RELEASE}
exit 0 ;;
diff --git a/gnu/lib/libiberty/config.guess b/gnu/lib/libiberty/config.guess
index 4054f16bdc8..31a3fec6ef4 100644
--- a/gnu/lib/libiberty/config.guess
+++ b/gnu/lib/libiberty/config.guess
@@ -208,6 +208,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
hp300:OpenBSD:*:*)
echo m68k-unknown-openbsd${UNAME_RELEASE}
exit 0 ;;
+ luna88k:OpenBSD:*:*)
+ echo m88k-unknown-openbsd${UNAME_RELEASE}
+ exit 0 ;;
mac68k:OpenBSD:*:*)
echo m68k-unknown-openbsd${UNAME_RELEASE}
exit 0 ;;
diff --git a/gnu/lib/libobjc/config.guess b/gnu/lib/libobjc/config.guess
index 4fc21ecc3aa..0e283abd19b 100755
--- a/gnu/lib/libobjc/config.guess
+++ b/gnu/lib/libobjc/config.guess
@@ -205,6 +205,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
hp300:OpenBSD:*:*)
echo m68k-unknown-openbsd${UNAME_RELEASE}
exit 0 ;;
+ luna88k:OpenBSD:*:*)
+ echo m88k-unknown-openbsd${UNAME_RELEASE}
+ exit 0 ;;
mac68k:OpenBSD:*:*)
echo m68k-unknown-openbsd${UNAME_RELEASE}
exit 0 ;;
diff --git a/gnu/lib/libreadline/support/config.guess b/gnu/lib/libreadline/support/config.guess
index ad5983e7618..b7471c332dd 100644
--- a/gnu/lib/libreadline/support/config.guess
+++ b/gnu/lib/libreadline/support/config.guess
@@ -357,6 +357,9 @@ EOF
sun3*:OpenBSD:*:*)
echo m68k-unknown-openbsd${UNAME_RELEASE}
exit 0 ;;
+ luna88k:OpenBSD:*:*)
+ echo m88k-unknown-openbsd${UNAME_RELEASE}
+ exit 0 ;;
mac68k:NetBSD:*:*)
echo m68k-apple-netbsd${UNAME_RELEASE}
exit 0 ;;
diff --git a/gnu/lib/libstdc++/config.guess b/gnu/lib/libstdc++/config.guess
index 4054f16bdc8..31a3fec6ef4 100755
--- a/gnu/lib/libstdc++/config.guess
+++ b/gnu/lib/libstdc++/config.guess
@@ -208,6 +208,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
hp300:OpenBSD:*:*)
echo m68k-unknown-openbsd${UNAME_RELEASE}
exit 0 ;;
+ luna88k:OpenBSD:*:*)
+ echo m88k-unknown-openbsd${UNAME_RELEASE}
+ exit 0 ;;
mac68k:OpenBSD:*:*)
echo m68k-unknown-openbsd${UNAME_RELEASE}
exit 0 ;;