diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-05-03 15:39:36 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-05-03 15:39:36 +0000 |
commit | 643ac8a808c00971eb44b7712b9aac0b84b17502 (patch) | |
tree | 0b7c930d24bdaf1d105650fee7606f68ddf1c2d3 /conf | |
parent | f5ac097623152a156b487d18f380a6352e29ecbd (diff) |
catch up with external-toolchain lossage
BKrev: 409667b8Km7W_QpaVM488qlStfXo4w
Diffstat (limited to 'conf')
-rw-r--r-- | conf/local.conf.sample | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample index 1f64a1b062..edbb1e6572 100644 --- a/conf/local.conf.sample +++ b/conf/local.conf.sample @@ -8,10 +8,8 @@ DL_DIR = "${HOME}/sources" # Use this to specify what .oe files to consider for builds OEFILES = "*/*.oe" -# Note that only recent oemake's obey OEMASK directly. In earlier versions -# you had to filter by hand and populate OEFILES accordingly # Use the OEMASK below unless you want to build something else than the default glibc based setup -OEMASK = "(toolchain-external)" +OEMASK = "" # Uncomment this if you want to use a prebuilt toolchain. # You will need to provide packages for toolchain and additional libraries yourself |