diff options
author | Chris Larson <clarson@kergoth.com> | 2009-03-24 18:25:54 -0700 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2009-03-24 18:25:54 -0700 |
commit | f01404828b4813a3db4b04f8062a345a218ab276 (patch) | |
tree | 77d3d7f3fc32d5984898af72ef016a98c427de47 /classes | |
parent | d92c10af44683f2c7ee36c7c52583d6fb807f47a (diff) |
Revert "cross.bbclass: set autoconf's program prefix to keep TARGET_SYS and TARGET_PREFIX decoupled"
This reverts commit 114155243344c15847e73598e82d02926443cbf1.
Diffstat (limited to 'classes')
-rw-r--r-- | classes/cross.bbclass | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/classes/cross.bbclass b/classes/cross.bbclass index 72a0fb7851..7debde6669 100644 --- a/classes/cross.bbclass +++ b/classes/cross.bbclass @@ -2,11 +2,6 @@ # no need for them to be a direct target of 'world' EXCLUDE_FROM_WORLD = "1" -# In order to keep TARGET_PREFIX decoupled from TARGET_SYS, let's force the -# binary names to match the former, rather than relying on autoconf's implicit -# prefixing based on the latter. -EXTRA_OECONF_append = " --program-prefix=${TARGET_PREFIX}" - # Save PACKAGE_ARCH before changing HOST_ARCH OLD_PACKAGE_ARCH := "${PACKAGE_ARCH}" PACKAGE_ARCH = "${OLD_PACKAGE_ARCH}" |