*** binutils-2.15/config.sub Mon May 17 20:36:20 2004 --- binutils-2.15.totallypatched/config.sub Wed Jul 6 11:32:48 2005 *************** case $os in *** 1163,1169 **** | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ ! | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) --- 1163,1169 ---- | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ ! | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* | -haiku*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) *************** case $os in *** 1181,1187 **** os=`echo $os | sed -e 's|nto|nto-qnx|'` ;; -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ ! | -windows* | -osx | -abug | -netware* | -os9* | -beos* \ | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*) ;; -mac*) --- 1181,1187 ---- os=`echo $os | sed -e 's|nto|nto-qnx|'` ;; -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ ! | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \ | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*) ;; -mac*) *************** case $basic_machine in *** 1367,1372 **** --- 1367,1375 ---- *-be) os=-beos ;; + *-haiku) + os=-haiku + ;; *-ibm) os=-aix ;; *************** case $basic_machine in *** 1477,1482 **** --- 1480,1488 ---- ;; -beos*) vendor=be + ;; + -haiku*) + vendor=haiku ;; -hpux*) vendor=hp