diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2012-06-05 03:34:59 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2012-06-05 03:34:59 +0400 |
commit | c7f9080bef3a928ec8782735882adc3be7463226 (patch) | |
tree | 3623987e832a7c470c16bb8ea852b642c7013481 /scripts | |
parent | 415ee7d6e47dcb3e0906a7bebc6d52ab8ed899da (diff) | |
download | glibc-c7f9080bef3a928ec8782735882adc3be7463226.tar.gz |
Manually merged the rest of kopensolaris changes.
Except of two files which where removed (?)
For now I kept them: ./nptl_db/proc_service.h ./nptl_db/thread_db.h
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/config.sub | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/config.sub b/scripts/config.sub index 02bdaa05fb..a5d4b3e7a3 100755 --- a/scripts/config.sub +++ b/scripts/config.sub @@ -1243,7 +1243,7 @@ case $basic_machine in w89k-*) basic_machine=hppa1.1-winbond os=-proelf - ;; + ;; xbox) basic_machine=i686-pc os=-mingw32 @@ -1401,7 +1401,7 @@ case $os in | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ - | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*) + | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* | -kopensolaris*-gnu*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) |