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-armv7.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-armv7.inc')
-rw-r--r-- | conf/machine/include/tune-armv7.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/tune-armv7.inc b/conf/machine/include/tune-armv7.inc index 6276fe6798..96c8c64904 100644 --- a/conf/machine/include/tune-armv7.inc +++ b/conf/machine/include/tune-armv7.inc @@ -3,4 +3,4 @@ # This will NOT compile programs in 'ARM' mode, which is what you really want TARGET_CC_ARCH = "-march=armv7 -mfpu=vfp -mfloat-abi=softfp" FEED_ARCH = "armv7" -PACKAGE_ARCH = "armv7" +BASE_PACKAGE_ARCH = "armv7" |