diff options
author | Koen Kooi <koen@openembedded.org> | 2006-09-13 14:00:19 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-09-13 14:00:19 +0000 |
commit | c173559130b5348769656ba169389a54adb1864a (patch) | |
tree | e14bb0d2a6262b28b99c27ec562a932dc4fe63df /conf/distro | |
parent | f71bd48dbf9d3ddddd9035e8ffb68bd771cb2c19 (diff) |
angstrom.inc: reinstate TARGET_VENDOR
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/include/angstrom.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index 777ed74306..ba5687615d 100644 --- a/conf/distro/include/angstrom.inc +++ b/conf/distro/include/angstrom.inc @@ -5,6 +5,8 @@ DISTRO = "angstrom" DISTRO_NAME = "Angstrom" +TARGET_VENDOR = "-angstrom" + # Can be "glibc" and "uclibc" ANGSTROM_MODE ?= "glibc" |