diff options
| author | Marcin Juszkiewicz <hrw@koansoftware.com> | 2009-03-26 11:10:03 +0100 |
|---|---|---|
| committer | Marcin Juszkiewicz <hrw@koansoftware.com> | 2009-03-26 11:10:03 +0100 |
| commit | a7be854977d7ad7c8460fee76739db8154e83049 (patch) | |
| tree | 3696192bc8abcae8ce4e0121df2dd4e5246541df /classes/cross.bbclass | |
| parent | e2718269c5f56774705478545316a879f0be82c4 (diff) | |
| parent | 1b045e71ce7c3b7ed6c68ae1d60e974edbe38efc (diff) | |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'classes/cross.bbclass')
| -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}" |
