Merge branch 'vuplus-1.6k' of code.vuplus.com:/opt/repository/openembedded into vuplu...
[vuplus_openembedded] / recipes / gcc / gcc_4.3.2.bb
1 PR = "${INC_PR}.1"
2 require gcc-${PV}.inc
3 require gcc-configure-target.inc
4 require gcc-package-target.inc
5
6 # Gcc 4.3.2 installs crt* in a '4.3.1' dir....
7 FILES_${PN} += "\
8         ${gcclibdir}/${TARGET_SYS}/*/*.o \
9 "
10
11 SRC_URI_append = "file://fortran-cross-compile-hack.patch;patch=1"
12
13 ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}"