Author: nbd Date: 2014-11-28 01:59:57 +0100 (Fri, 28 Nov 2014) New Revision: 43417
Modified: trunk/scripts/config.sub Log: scripts/config.sub: add back musl support that was accidentally dropped in r43353 Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/scripts/config.sub =================================================================== --- trunk/scripts/config.sub 2014-11-28 00:42:24 UTC (rev 43416) +++ trunk/scripts/config.sub 2014-11-28 00:59:57 UTC (rev 43417) @@ -126,7 +126,7 @@ linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ knetbsd*-gnu* | netbsd*-gnu* | \ kopensolaris*-gnu* | \ - storm-chaos* | os2-emx* | rtmk-nova*) + storm-chaos* | os2-emx* | rtmk-nova* | linux-musl*) os=-$maybe_os basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` ;; @@ -1354,7 +1354,7 @@ | -chorusos* | -chorusrdb* | -cegcc* \ | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ | -mingw32* | -linux-gnu* | -linux-android* \ - | -linux-newlib* | -linux-uclibc* \ + | -linux-newlib* | -linux-uclibc* | -linux-musl* \ | -uxpv* | -beos* | -mpeix* | -udk* \ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
