diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-09-14 16:00:24 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-09-14 16:00:24 +0200 |
commit | 3a5c27d1ec9409faf9c422b1eae7cc4db352cbfe (patch) | |
tree | 69880dc0afc6ab36afe047f21ad87d4bd60255c6 /extra/scripts | |
parent | 39142c932fccc38c3323a1d1ae9eb743d1bef01c (diff) |
Revert "default ?conf to native arch"
This reverts commit 6625518cd6894338937a74ca6b9187b7b8167b03.
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'extra/scripts')
-rwxr-xr-x | extra/scripts/MAKEALL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/scripts/MAKEALL b/extra/scripts/MAKEALL index c5f388e20..6bacc9a7c 100755 --- a/extra/scripts/MAKEALL +++ b/extra/scripts/MAKEALL @@ -71,7 +71,7 @@ mark_arch() if [ -z "$*" ] ; then set -- $(awk \ '$0 ~ /^config TARGET_/ { sub("TARGET_",""); print $NF }' \ - extra/Configs/Config.in.arches | grep -v SUBARCH) + extra/Configs/Config.in | grep -v SUBARCH) fi pass="" fail="" |