diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-15 10:13:47 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-15 10:13:47 +0000 |
commit | b709e21beeef14aef785627968bb49a2a6ac7724 (patch) | |
tree | 692c5114ee1f0b332f3d6fcc0df1045b44c81314 | |
parent | 52eb1ddf3a87d3157c5d38d462ca94ccd7720627 (diff) |
Add gcc-snapshot builds, currently from CVS HEAD.
NOTE: You *need* to update your local.conf per the
current PREFERRED_PROVIDERS in local.conf.sample!
BKrev: 40a5ed5bYhe3m6mCjn8sHnhfoAxLqg
-rw-r--r-- | conf/local.conf.sample | 3 | ||||
-rw-r--r-- | gcc-snapshot/gcc-snapshot-cross-initial_cvs.oe | 0 | ||||
-rw-r--r-- | gcc-snapshot/gcc-snapshot-cross_cvs.oe | 0 | ||||
-rw-r--r-- | gcc-snapshot/gcc-snapshot_cvs.oe | 0 |
4 files changed, 3 insertions, 0 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample index e3826ed0eb..ddcbaa5adb 100644 --- a/conf/local.conf.sample +++ b/conf/local.conf.sample @@ -41,6 +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" # 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 diff --git a/gcc-snapshot/gcc-snapshot-cross-initial_cvs.oe b/gcc-snapshot/gcc-snapshot-cross-initial_cvs.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/gcc-snapshot/gcc-snapshot-cross-initial_cvs.oe diff --git a/gcc-snapshot/gcc-snapshot-cross_cvs.oe b/gcc-snapshot/gcc-snapshot-cross_cvs.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/gcc-snapshot/gcc-snapshot-cross_cvs.oe diff --git a/gcc-snapshot/gcc-snapshot_cvs.oe b/gcc-snapshot/gcc-snapshot_cvs.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/gcc-snapshot/gcc-snapshot_cvs.oe |