diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2008-05-17 16:28:16 +0000 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2008-05-17 16:28:16 +0000 |
commit | 6a2fdecd53f2f780b5c402e614b52f2d17a2c888 (patch) | |
tree | 1845517cb9219c72af2dc256a9e783513734455b /conf/machine/wrt54.conf | |
parent | 726d25774f3b5651c9797742f0d919477f1b7f21 (diff) |
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/wrt54.conf')
-rw-r--r-- | conf/machine/wrt54.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/conf/machine/wrt54.conf b/conf/machine/wrt54.conf index f61570a950..1b07df2666 100644 --- a/conf/machine/wrt54.conf +++ b/conf/machine/wrt54.conf @@ -3,7 +3,6 @@ #@DESCRIPTION: Machine configuration for the MIPS based WRT54G(S) devices TARGET_ARCH = "mipsel" -TARGET_CC_ARCH = "-Os" SERIAL_CONSOLE = "tts/0" @@ -31,4 +30,4 @@ INHERIT += "wrt-image" # strip even more: # would be nice but breaks automatic shared library dependencies #DEPENDS_prepend = "${@["elfkickers-native ", ""][(bb.data.getVar('PACKAGES', d, 1) == '')]}" -#export STRIP = "sstrip"
\ No newline at end of file +#export STRIP = "sstrip" |