diff options
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) -} |