diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2008-03-15 17:49:14 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2008-03-15 17:49:14 +0000 |
commit | 7a0093309804b76b3949d77812740bc12a9aba65 (patch) | |
tree | ec25d3c46a817cb5eb019c2c4b8a1bc4734af085 /packages/gcc/gcc-4.2.2.inc | |
parent | e8013864109af80715161cdb771c7a7974af5311 (diff) |
gcc-4.2.2: Move gcc only SRC_URI append from .inc to .bb
Diffstat (limited to 'packages/gcc/gcc-4.2.2.inc')
-rw-r--r-- | packages/gcc/gcc-4.2.2.inc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/packages/gcc/gcc-4.2.2.inc b/packages/gcc/gcc-4.2.2.inc index 79277d3a06..4959cc711f 100644 --- a/packages/gcc/gcc-4.2.2.inc +++ b/packages/gcc/gcc-4.2.2.inc @@ -77,12 +77,5 @@ LANGUAGES = "c,c++${FORTRAN}${JAVA}" require gcc3-build.inc ARCH_FLAGS_FOR_TARGET=-isystem${STAGING_INCDIR} - EXTRA_OECONF += " --disable-libssp --disable-bootstrap " -# We know some one is including us, but we only want to apply this fortran hack for the real gcc -python __anonymous () { - import bb - if bb.data.getVar('PN', d, True) == "gcc": - bb.data.setVar('SRC_URI_append', ' file://fortran-cross-compile-hack.patch;patch=1', d) -} |