From: Chris Larson Date: Mon, 17 May 2004 00:19:42 +0000 (+0000) Subject: Correct the toolchain default providers. X-Git-Tag: Release-2010-05/1~19110 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36451af74db8f0cbb93ff65126a978b9e90e15e6;p=openembedded.git Correct the toolchain default providers. BKrev: 40a8051e4Jy-Jd6AwLP7IUgg4CVqdg --- 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