about summary refs log tree commit diff
diff options
context:
space:
mode:
authorIan <ian@pomf.net>1996-01-31 19:14:05 +0000
committerIan <ian@pomf.net>1996-01-31 19:14:05 +0000
commit635a5405819cfe76c6e82cd1fd18596388a15847 (patch)
tree58984f867bc15b6ee47453ae12a09afa41ead102
parent4505e8c1ed9aa51443b5f5e52a9071e53935502a (diff)
downloadglibc-635a5405819cfe76c6e82cd1fd18596388a15847.tar.gz
glibc-635a5405819cfe76c6e82cd1fd18596388a15847.tar.xz
glibc-635a5405819cfe76c6e82cd1fd18596388a15847.zip
Add support for A/UX
-rwxr-xr-xconfig.sub8
1 files changed, 7 insertions, 1 deletions
diff --git a/config.sub b/config.sub
index d52fbe0bd5..a21374bb7b 100755
--- a/config.sub
+++ b/config.sub
@@ -194,6 +194,10 @@ case $basic_machine in
 		basic_machine=m68k-apollo
 		os=-sysv
 		;;
+	aux)
+		basic_machine=m68k-apple
+		os=-aux
+		;;
 	balance)
 		basic_machine=ns32k-sequent
 		os=-dynix
@@ -649,7 +653,7 @@ case $os in
 	      | -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* \
 	      | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \
 	      | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
-	      | -udi* | -eabi* | -lites* | -ieee* | -go32*)
+	      | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux*)
 	# Remember, each alternative MUST END IN *, to match a version number.
 		;;
 	-sunos5*)
@@ -873,6 +877,8 @@ case $basic_machine in
 			-vxworks*)
 				vendor=wrs
 				;;
+			-aux*)
+				vendor=apple
 		esac
 		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
 		;;