aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/rb500.conf
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2008-05-17 16:28:16 +0000
committerHenning Heinold <heinold@inf.fu-berlin.de>2008-05-17 16:28:16 +0000
commit6a2fdecd53f2f780b5c402e614b52f2d17a2c888 (patch)
tree1845517cb9219c72af2dc256a9e783513734455b /conf/machine/rb500.conf
parent726d25774f3b5651c9797742f0d919477f1b7f21 (diff)
downloadopenembedded-6a2fdecd53f2f780b5c402e614b52f2d17a2c888.tar.gz
conf/machine: do qa for some mips machine recipes
* add conf/machine/include/tune-mips2.inc * let rb500.conf and wl500g.conf include it * remove TARGET_CC_ARCH from all recipes, it should be set at distribution level
Diffstat (limited to 'conf/machine/rb500.conf')
-rw-r--r--conf/machine/rb500.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/rb500.conf b/conf/machine/rb500.conf
index e17ca31bcb..30676b2fc4 100644
--- a/conf/machine/rb500.conf
+++ b/conf/machine/rb500.conf
@@ -3,5 +3,6 @@
#@DESCRIPTION: Machine configuration for the MIPS based Routerboard
TARGET_ARCH = "mipsel"
-TARGET_CC_ARCH = "-Os -mips2"
PREFERRED_PROVIDER_virtual/kernel = "linux-rb500"
+
+include conf/machine/include/tune-mips2.inc