Module Name: src
Committed By: matt
Date: Sun Aug 5 16:51:46 UTC 2012
Modified Files:
src/external/gpl3/gdb/dist: config.sub
Log Message:
Allow arm*-netbsd*-eabi* to be recognized.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/gpl3/gdb/dist/config.sub
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/gdb/dist/config.sub
diff -u src/external/gpl3/gdb/dist/config.sub:1.1.1.1 src/external/gpl3/gdb/dist/config.sub:1.2
--- src/external/gpl3/gdb/dist/config.sub:1.1.1.1 Sat Sep 24 19:41:46 2011
+++ src/external/gpl3/gdb/dist/config.sub Sun Aug 5 16:51:46 2012
@@ -126,7 +126,7 @@ maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-
case $maybe_os in
nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \
linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \
- knetbsd*-gnu* | netbsd*-gnu* | \
+ knetbsd*-gnu* | netbsd*-gnu* | netbsd*-eabi* | \
kopensolaris*-gnu* | \
storm-chaos* | os2-emx* | rtmk-nova*)
os=-$maybe_os