diff options
author | Greg Gilbert <greg@treke.net> | 2004-04-07 20:01:00 +0000 |
---|---|---|
committer | Greg Gilbert <greg@treke.net> | 2004-04-07 20:01:00 +0000 |
commit | 8963054b0dff67759f7b0ac0f8368da51f616951 (patch) | |
tree | 745758c1899cd978f978197bd4dd0873abefa0c2 /conf | |
parent | 7714f2ec6abf1642fdebcdd3b1e8bb11be491eb3 (diff) |
local.conf.sample:
Adding toolchain-external to the default sample oemask. Remove it
if you want to use a prebuilt toolchain.
BKrev: 40745dfc24KQ55tOsPB25kniIHOC2Q
Diffstat (limited to 'conf')
-rw-r--r-- | conf/local.conf.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample index 8083255286..cb42948700 100644 --- a/conf/local.conf.sample +++ b/conf/local.conf.sample @@ -2,6 +2,6 @@ TARGET_ARCH = "arm" DL_DIR = "${HOME}/sources" OEFILES = "*/*.oe" # NOTE: only recent oemake's obey OEMASK directly -OEMASK = "-initial|/(binutils|uclibc|avr-libc|gcc|linux|grub|qte_|qte-for-qtopia)" +OEMASK = "-initial|/(binutils|uclibc|avr-libc|gcc|linux|grub|qte_|qte-for-qtopia|toolchain-external)" #INHERIT = "package_tar" |