aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/openslug-native.conf
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2006-11-11 01:44:32 +0000
committerHolger Freyther <zecke@selfish.org>2006-11-11 01:44:32 +0000
commit163652f7fb3d27a7efabe76c35f5b903b74bc8a7 (patch)
tree8bd951e1e5aad65055175d1c66d2113ff0d00922 /conf/distro/openslug-native.conf
parent8b86a9487bc7ba997496ca8952f5045686dea6e5 (diff)
downloadopenembedded-163652f7fb3d27a7efabe76c35f5b903b74bc8a7.tar.gz
Add quotes for assignments to make the new parser happy
Diffstat (limited to 'conf/distro/openslug-native.conf')
-rw-r--r--conf/distro/openslug-native.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/openslug-native.conf b/conf/distro/openslug-native.conf
index 0366998e79..7452c26eaa 100644
--- a/conf/distro/openslug-native.conf
+++ b/conf/distro/openslug-native.conf
@@ -16,5 +16,5 @@ ASSUME_PROVIDED = "libtool-cross \
"
# Our build host is armeb, not armv5eb that the kernel reports
-BUILD_ARCH = armeb
+BUILD_ARCH = "armeb"