aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-11-08 23:11:50 +0000
committerChris Larson <clarson@kergoth.com>2004-11-08 23:11:50 +0000
commit9abf236c6b16dadf3e94329315b4b6d8eb6b8612 (patch)
tree808aee80283dd30c3d3cd2a61d1a420fd7e3ed7f /conf
parent63c72c8ff2d1ea6b7bbe3f5525ea9b30f064c8a9 (diff)
downloadopenembedded-9abf236c6b16dadf3e94329315b4b6d8eb6b8612.tar.gz
Merge openembedded@openembedded.bkbits.net:packages-devel
into handhelds.org:/home/kergoth/code/packages 2004/11/08 10:12:18-08:00 treke.net!ggilbert Merge bk://openembedded@openembedded.bkbits.net/packages-devel into olddog.home.treke.net:/home/ggilbert/oe/packages 2004/11/08 10:12:03-08:00 treke.net!ggilbert sharp-aticore-oss_1.0.1.oe: An oe for Sash's "open source" aticore implementation. Unsure of license oe.conf: oe.conf: Adding ${AS} for sharp-aticore-oss BKrev: 418ffd36GO602vuBiQ6e0hIiGI5iJA
Diffstat (limited to 'conf')
-rw-r--r--conf/oe.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/oe.conf b/conf/oe.conf
index d2d764d718..3fc186e377 100644
--- a/conf/oe.conf
+++ b/conf/oe.conf
@@ -192,6 +192,7 @@ export CPP = "${HOST_PREFIX}gcc -E"
export LD = "${HOST_PREFIX}ld"
export CCLD = "${HOST_PREFIX}gcc"
export AR = "${HOST_PREFIX}ar"
+export AS = "${HOST_PREFIX}as"
export RANLIB = "${HOST_PREFIX}ranlib"
export STRIP = "${HOST_PREFIX}strip"