Hi, We have ported several product to our mainframe BS2000. The config.guess and config.sub have to be modified to add this machine so that autoconf works correctly. Thank for integrating these corrections. Jean-Frédéric Clère EP LP COM 5 (BCN) Fujitsu Siemens Computers Phone + 34 93 480 4209 Fax + 34 93 480 4201 Mail mailto:[EMAIL PROTECTED] --- config.guess.org Thu Apr 6 10:07:15 2000 +++ config.guess Fri Apr 7 10:47:28 2000 @@ -896,6 +896,10 @@ echo ns32k-sni-sysv fi exit 0 ;; + BS2000:POSIX*) #POSIX of the BS2000. [JFC] + echo "bs2000-siemens-sysv4" + exit 0 + ;; PENTIUM:CPunix:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort # says <[EMAIL PROTECTED]> echo i586-unisys-sysv4 --- config.sub.org Thu Apr 6 10:10:41 2000 +++ config.sub Fri Apr 7 10:48:50 2000 @@ -185,6 +185,9 @@ i[34567]86) basic_machine=$basic_machine-pc ;; + bs2000-siemens) + basic_machine=bs2000 + ;; # Object if more than one company name word. *-*-*) echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 <<autoconf.txt>>
--- config.guess.org Thu Apr 6 10:07:15 2000 +++ config.guess Fri Apr 7 10:47:28 2000 @@ -896,6 +896,10 @@ echo ns32k-sni-sysv fi exit 0 ;; + BS2000:POSIX*) #POSIX of the BS2000. [JFC] + echo "bs2000-siemens-sysv4" + exit 0 + ;; PENTIUM:CPunix:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort # says <[EMAIL PROTECTED]> echo i586-unisys-sysv4 --- config.sub.org Thu Apr 6 10:10:41 2000 +++ config.sub Fri Apr 7 10:48:50 2000 @@ -185,6 +185,9 @@ i[34567]86) basic_machine=$basic_machine-pc ;; + bs2000-siemens) + basic_machine=bs2000 + ;; # Object if more than one company name word. *-*-*) echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2