]> sourceware.org Git - automake.git/commitdiff
Allow -beos*. Translate -be to -beos.
authorRichard Stallman <rms@gnu.org>
Sun, 19 Jul 1998 22:09:55 +0000 (22:09 +0000)
committerRichard Stallman <rms@gnu.org>
Sun, 19 Jul 1998 22:09:55 +0000 (22:09 +0000)
config.sub
lib/config.sub

index e24b8504126a97039ba4adc615c213bfb9856c8a..ba9b041ec5c397806ff52ab098384397ffdf09bf 100644 (file)
@@ -714,7 +714,7 @@ case $os in
              | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
              | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
              | -cygwin32* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
-             | -mingw32* | -linux-gnu* | -uxpv*)
+             | -mingw32* | -linux-gnu* | -uxpv* | -beos*)
        # Remember, each alternative MUST END IN *, to match a version number.
                ;;
        -linux*)
@@ -827,6 +827,9 @@ case $basic_machine in
        sparc-* | *-sun)
                os=-sunos4.1.1
                ;;
+       *-be)
+               os=-beos
+               ;;
        *-ibm)
                os=-aix
                ;;
index e24b8504126a97039ba4adc615c213bfb9856c8a..ba9b041ec5c397806ff52ab098384397ffdf09bf 100644 (file)
@@ -714,7 +714,7 @@ case $os in
              | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
              | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
              | -cygwin32* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
-             | -mingw32* | -linux-gnu* | -uxpv*)
+             | -mingw32* | -linux-gnu* | -uxpv* | -beos*)
        # Remember, each alternative MUST END IN *, to match a version number.
                ;;
        -linux*)
@@ -827,6 +827,9 @@ case $basic_machine in
        sparc-* | *-sun)
                os=-sunos4.1.1
                ;;
+       *-be)
+               os=-beos
+               ;;
        *-ibm)
                os=-aix
                ;;
This page took 0.030887 seconds and 5 git commands to generate.