gcc_5.2.bb 733 B

123456789101112131415
  1. require recipes-devtools/gcc/gcc-${PV}.inc
  2. require gcc-target.inc
  3. # Building with thumb enabled on armv4t fails with
  4. # | gcc-4.8.1-r0/gcc-4.8.1/gcc/cp/decl.c:7438:(.text.unlikely+0x2fa): relocation truncated to fit: R_ARM_THM_CALL against symbol `fancy_abort(char const*, int, char const*)' defined in .glue_7 section in linker stubs
  5. # | gcc-4.8.1-r0/gcc-4.8.1/gcc/cp/decl.c:7442:(.text.unlikely+0x318): additional relocation overflows omitted from the output
  6. ARM_INSTRUCTION_SET_armv4 = "arm"
  7. do_configure_prepend() {
  8. # Easiest way to stop bad RPATHs getting into the library since we have a
  9. # broken libtool here
  10. sed -i -e 's/hardcode_into_libs=yes/hardcode_into_libs=no/' ${S}/libcc1/configure
  11. }
  12. BBCLASSEXTEND = "nativesdk"