increase dvbapp PR.
[vuplus_openembedded] / recipes / gcc / gcc-4.4.2.inc
1 # No armeb and thumb patches - really needs checking 
2 DEFAULT_PREFERENCE = "-999"
3 ARM_INSTRUCTION_SET = "arm"
4
5 require gcc-common.inc
6 LICENSE = "GPLv3"
7
8 DEPENDS = "mpfr gmp"
9
10 INC_PR = "r2"
11
12 FILESPATHPKG .= ":gcc-$PV"
13
14 SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \
15         file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch;patch=1 \
16         file://100-uclibc-conf.patch;patch=1 \
17         file://gcc-uclibc-locale-ctype_touplow_t.patch;patch=1 \
18         file://gcc-disable-linux-unwind-with-libc-inhibit.patch;patch=1 \
19         file://gcc-link-libgcc-with-libm.patch;patch=1 \
20         file://gcc-improve-tls-macro.patch;patch=1 \
21         file://cache-amnesia.patch;patch=1 \
22         file://gcc-flags-for-build.patch;patch=1 \
23         file://gcc-ppc_single_precision_regs.patch;patch=1 \
24         file://gcc-ppc_add_d_constraint.patch;patch=1 \
25         file://gcc-pr41175.patch;patch=1 \
26         file://gcc-armv4-pass-fix-v4bx-to-ld.patch;patch=1 \
27         "
28 # Language Overrides
29 FORTRAN = ""
30 JAVA = ""
31
32 EXTRA_OECONF_BASE = " --enable-libssp \
33                       --disable-bootstrap --disable-libgomp \
34                       --disable-libmudflap"
35
36 EXTRA_OECONF_append_linux-uclibc = " --disable-decimal-float "
37 EXTRA_OECONF_append_linux-uclibceabi = " --disable-decimal-float "
38 EXTRA_OECONF_append_linux-uclibcspe = " --disable-decimal-float "
39 EXTRA_OECONF_append_linux-uclibc = " ${@base_contains('TARGET_ARCH', 'powerpc', '--without-long-double-128', '',d)}"