diff options
author | Rene Wagner <rw@handhelds.org> | 2006-07-02 01:29:47 +0200 |
---|---|---|
committer | Rene Wagner <rw@handhelds.org> | 2006-07-02 01:29:47 +0200 |
commit | acb49a12afdc73f2611475684d91ce6c29a5fae1 (patch) | |
tree | 750d8d35cf7243eb3a3400cae3b307de28566f25 | |
parent | c5a9bb6d6c2b2fc8946007b6ab2f9adc6f4595c8 (diff) |
local.conf.sample: comment out a few more things
Signed-off-by: Rene Wagner <rw@handhelds.org>
-rw-r--r-- | org.handhelds.familiar/conf/local.conf.sample | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/org.handhelds.familiar/conf/local.conf.sample b/org.handhelds.familiar/conf/local.conf.sample index 979d6de..5b382ae 100644 --- a/org.handhelds.familiar/conf/local.conf.sample +++ b/org.handhelds.familiar/conf/local.conf.sample @@ -43,9 +43,9 @@ BBMASK = "" # Select between multiple alternative providers, if more than one is eligible. PREFERRED_PROVIDERS = "virtual/qte:qte virtual/libqpe:libqpe-opie" PREFERRED_PROVIDERS += " virtual/libsdl:libsdl-qpe" -PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial" -PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross" -PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross" +#PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial" +#PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross" +#PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross" # Uncomment this to specify where BitBake should create its temporary files. # Note that a full build of everything in OpenEmbedded will take GigaBytes of hard |