about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid MacKenzie <djm@djmnet.org>1996-11-20 21:28:45 +0000
committerDavid MacKenzie <djm@djmnet.org>1996-11-20 21:28:45 +0000
commit2c6d7e67cb2e9be1e27727fd91813b761000f9ff (patch)
tree94a8e034f2af3295dda44a59f0417e471b08b754
parent84384f5b6aaa622236ada8c9a7ff51f40b91fc20 (diff)
downloadglibc-2c6d7e67cb2e9be1e27727fd91813b761000f9ff.tar.gz
glibc-2c6d7e67cb2e9be1e27727fd91813b761000f9ff.tar.xz
glibc-2c6d7e67cb2e9be1e27727fd91813b761000f9ff.zip
-rwxr-xr-xconfig.guess3
-rwxr-xr-xconfig.sub10
-rwxr-xr-xinstall-sh4
3 files changed, 13 insertions, 4 deletions
diff --git a/config.guess b/config.guess
index 7fc20d31c7..85fb13ad18 100755
--- a/config.guess
+++ b/config.guess
@@ -366,6 +366,9 @@ EOF
         FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
         echo "f300-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
         exit 0 ;;
+    F301:UNIX_System_V:*:*)
+       echo f301-fujitsu-uxpv`echo $UNAME_RELEASE | sed 's/ .*//'`
+       exit 0 ;;
     hp3[0-9][05]:NetBSD:*:*)
 	echo m68k-hp-netbsd${UNAME_RELEASE}
 	exit 0 ;;
diff --git a/config.sub b/config.sub
index a661f98f16..0432524944 100755
--- a/config.sub
+++ b/config.sub
@@ -177,7 +177,7 @@ case $basic_machine in
 	      | hppa-* | hppa1.0-* | hppa1.1-* | alpha-* | we32k-* | cydra-* | ns16k-* \
 	      | pn-* | np1-* | xps100-* | clipper-* | orion-* | sparclite-* \
 	      | pdp11-* | sh-* | powerpc-* | powerpcle-* | sparc64-* | mips64-* | mipsel-* \
-	      | mips64el-* | mips64orion-* | mips64orionel-*)
+	      | mips64el-* | mips64orion-* | mips64orionel-* | f301-*)
 		;;
 	# Recognize the various machine names and aliases which stand
 	# for a CPU type and a company and sometimes even an OS.
@@ -577,6 +577,9 @@ case $basic_machine in
 		basic_machine=vax-dec
 		os=-vms
 		;;
+       vpp*|vx|vx-*)
+               basic_machine=f301-fujitsu
+               ;;
 	vxworks960)
 		basic_machine=i960-wrs
 		os=-vxworks
@@ -686,7 +689,7 @@ case $os in
 	      | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
 	      | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
 	      | -cygwin32* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
-	      | -linux-gnu*)
+	      | -linux-gnu* | -uxpv*)
 	# Remember, each alternative MUST END IN *, to match a version number.
 		;;
 	-linux*)
@@ -862,6 +865,9 @@ case $basic_machine in
 	*-masscomp)
 		os=-rtu
 		;;
+	f301-fujitsu)
+		os=-uxpv
+		;;
 	*)
 		os=-none
 		;;
diff --git a/install-sh b/install-sh
index 2c212ccf4a..ebc66913e9 100755
--- a/install-sh
+++ b/install-sh
@@ -20,8 +20,8 @@
 # when there is no Makefile.
 #
 # This script is compatible with the BSD install script, but was written
-# from scratch.
-#
+# from scratch.  It can only install one file at a time, a restriction
+# shared with many OS's install programs.
 
 
 # set DOITPROG to echo to test this script