summaryrefslogtreecommitdiffstats
path: root/meta/packages/gcc/gcc4-build.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-11-16 14:39:22 +0000
committerRichard Purdie <richard@openedhand.com>2006-11-16 14:39:22 +0000
commit883741fc1d36288537dfbb714ce8045ed23e27ec (patch)
tree8223e7f50aca85f5c84336d00df7e0a103bb0a57 /meta/packages/gcc/gcc4-build.inc
parent62fab4d0e1dbf75822455fc3efcb9dc0af70bc89 (diff)
downloadpoky-883741fc1d36288537dfbb714ce8045ed23e27ec.tar.gz
gcc: remove duplicate methods
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@858 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gcc/gcc4-build.inc')
-rw-r--r--meta/packages/gcc/gcc4-build.inc5
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/packages/gcc/gcc4-build.inc b/meta/packages/gcc/gcc4-build.inc
index 0f86ff2a31..817d8b5e73 100644
--- a/meta/packages/gcc/gcc4-build.inc
+++ b/meta/packages/gcc/gcc4-build.inc
@@ -58,10 +58,7 @@ ARCH_FLAGS_FOR_TARGET_slugos = "${TARGET_CC_ARCH}"
58ARCH_FLAGS_FOR_TARGET_unslung = "${TARGET_CC_ARCH}" 58ARCH_FLAGS_FOR_TARGET_unslung = "${TARGET_CC_ARCH}"
59EXTRA_OEMAKE += "ARCH_FLAGS_FOR_TARGET='${ARCH_FLAGS_FOR_TARGET}'" 59EXTRA_OEMAKE += "ARCH_FLAGS_FOR_TARGET='${ARCH_FLAGS_FOR_TARGET}'"
60 60
61def get_gcc_fpu_setting(bb, d): 61require gcc-fpu.inc
62 if bb.data.getVar('TARGET_FPU', d, 1) in [ 'soft' ]:
63 return "--with-float=soft"
64 return ""
65 62
66python __anonymous () { 63python __anonymous () {
67 import bb, re 64 import bb, re