diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2008-07-19 13:52:00 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2008-07-19 13:52:00 +0000 |
commit | 614d84bf383ec75aa55a5d2aece99f7ce43b7e41 (patch) | |
tree | 077d306bd17747a7108fa706c10bfa1aef7a6aee /conf/machine/include/tune-ep9312.inc | |
parent | caae756ed81b7eeb507eea08f5bbc982b880f93b (diff) |
conf/machine: Set BASE_PACKAGE_ARCH which is then used to construct PACKAGE_ARCH instead of setting directly. This allows us to experiment with various changes which wouldn't otherwise be possible (from poky)
Diffstat (limited to 'conf/machine/include/tune-ep9312.inc')
-rw-r--r-- | conf/machine/include/tune-ep9312.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/tune-ep9312.inc b/conf/machine/include/tune-ep9312.inc index 76ccc1a1e3..7da1cb50c8 100644 --- a/conf/machine/include/tune-ep9312.inc +++ b/conf/machine/include/tune-ep9312.inc @@ -2,6 +2,6 @@ TARGET_CC_ARCH = "-march=ep9312 -mtune=ep9312 -mcpu=ep9312" # add "-mfp=maverick" for newer gcc versions > 4.0 #set arch to ep9312 for all generated packages -PACKAGE_ARCH = "ep9312" +BASE_PACKAGE_ARCH = "ep9312" FEED_ARCH = "ep9312" |