diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-17 00:19:42 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-17 00:19:42 +0000 |
commit | 36451af74db8f0cbb93ff65126a978b9e90e15e6 (patch) | |
tree | 44d9b01626802e928f3824e13d7624616ed67ae6 /conf/local.conf.sample | |
parent | 4b67ec30a64cae02ad1bdde0e948851cf29cd2d3 (diff) |
Correct the toolchain default providers.
BKrev: 40a8051e4Jy-Jd6AwLP7IUgg4CVqdg
Diffstat (limited to 'conf/local.conf.sample')
-rw-r--r-- | conf/local.conf.sample | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample index ddcbaa5adb..60e8fe74c7 100644 --- a/conf/local.conf.sample +++ b/conf/local.conf.sample @@ -41,9 +41,9 @@ OEMASK = "" # Select between multiple alternative providers, if more than one is eligible. PREFERRED_PROVIDERS = "virtual/qte:qte-for-opie virtual/libqpe:libqpe-opie" PREFERRED_PROVIDERS += " virtual/libsdl:libsdl-qpe" -PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-snapshot-cross-initial" -PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-snapshot-cross" -PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-snapshot-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 OE should create its temporary files. # Note that a full build of everything in OE will take GigaBytes of hard |