summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authortschwinge <tschwinge>2008-05-29 23:45:06 +0000
committertschwinge <tschwinge>2008-05-29 23:45:06 +0000
commitee7056c7f303efcb8b8d34438ebca804f9e9e451 (patch)
tree71eae77e0860bc34f010c9c688ee010a7f35d5af /build-aux
parent3865e3aa6c067f86a2cbbda6909a5cc536811ac6 (diff)
2008-05-29 Thomas Schwinge <tschwinge@gnu.org>
* build-aux/config.sub: Detect *-*-viengoos-gnu systems.
Diffstat (limited to 'build-aux')
-rwxr-xr-xbuild-aux/config.sub2
1 files changed, 2 insertions, 0 deletions
diff --git a/build-aux/config.sub b/build-aux/config.sub
index 63bfff0..e3adc10 100755
--- a/build-aux/config.sub
+++ b/build-aux/config.sub
@@ -122,6 +122,7 @@ maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
case $maybe_os in
nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \
uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \
+ viengoos-gnu* | \
storm-chaos* | os2-emx* | rtmk-nova*)
os=-$maybe_os
basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
@@ -1259,6 +1260,7 @@ case $os in
| -chorusos* | -chorusrdb* \
| -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
| -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \
+ | -viengoos-gnu* \
| -uxpv* | -beos* | -mpeix* | -udk* \
| -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
| -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \