summaryrefslogtreecommitdiffstats
path: root/extra/scripts/MAKEALL
Commit message (Collapse)AuthorAgeFilesLines
* buildsys: s/CROSS/CROSS_COMPILE/gCarmelo Amoroso2011-11-251-9/+7
| | | | | | | | Use CROSS_COMPILE instead of CROSS as other projects are doing (i.e. kernel, busybox, buildroot). CROSS is still supported for backward compatibility only Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Revert "default ?conf to native arch"Bernhard Reutner-Fischer2009-09-141-1/+1
| | | | | | This reverts commit 6625518cd6894338937a74ca6b9187b7b8167b03. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* default ?conf to native archBernhard Reutner-Fischer2009-08-251-1/+1
| | | | | | | Default is now the native arch, you can start a fresh .config via 'make ARCH=ia64 menuconfig'. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* MAKEALL: find kernel headers betterMike Frysinger2009-07-201-1/+12
| | | | | | | Work with pre-sysroot compilers that have kernel headers available in the standard location, and let people force the location manually. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* MAKEALL: expand cross-compiler arch searchMike Frysinger2009-07-091-9/+18
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* MAKEALL: start a quick build test helper scriptMike Frysinger2009-07-051-0/+123
Signed-off-by: Mike Frysinger <vapier@gentoo.org>