gcc-10.2.inc 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. require gcc-common.inc
  2. # Third digit in PV should be incremented after a minor release
  3. PV = "10.2.0"
  4. # BINV should be incremented to a revision after a minor gcc release
  5. BINV = "10.2.0"
  6. FILESEXTRAPATHS =. "${FILE_DIRNAME}/gcc:${FILE_DIRNAME}/gcc/backport:"
  7. DEPENDS =+ "mpfr gmp libmpc zlib flex-native"
  8. NATIVEDEPS = "mpfr-native gmp-native libmpc-native zlib-native flex-native"
  9. INSANE_SKIP_${PN} += "installed-vs-shipped"
  10. LICENSE = "GPL-3.0-with-GCC-exception & GPLv3"
  11. LIC_FILES_CHKSUM = "\
  12. file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
  13. file://COPYING3;md5=d32239bcb673463ab874e80d47fae504 \
  14. file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \
  15. file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
  16. file://COPYING.RUNTIME;md5=fe60d87048567d4fe8c8a0ed2448bcc8 \
  17. "
  18. BASEURI ?= "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.xz"
  19. #RELEASE ?= "93a49d2d2292893b9b7f38132df949c70942838c"
  20. #BASEURI ?= "https://github.com/gcc-mirror/gcc/archive/${RELEASE}.zip;downloadfilename=gcc-${PV}-${RELEASE}.zip"
  21. SRC_URI = "\
  22. ${BASEURI} \
  23. file://0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \
  24. file://0002-gcc-poison-system-directories.patch \
  25. file://0003-gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch \
  26. file://0004-64-bit-multilib-hack.patch \
  27. file://0005-optional-libstdc.patch \
  28. file://0006-COLLECT_GCC_OPTIONS.patch \
  29. file://0007-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch \
  30. file://0008-fortran-cross-compile-hack.patch \
  31. file://0009-cpp-honor-sysroot.patch \
  32. file://0010-MIPS64-Default-to-N64-ABI.patch \
  33. file://0011-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch \
  34. file://0012-gcc-Fix-argument-list-too-long-error.patch \
  35. file://0013-Disable-sdt.patch \
  36. file://0014-libtool.patch \
  37. file://0015-gcc-armv4-pass-fix-v4bx-to-linker-to-support-EABI.patch \
  38. file://0016-Use-the-multilib-config-files-from-B-instead-of-usin.patch \
  39. file://0017-Avoid-using-libdir-from-.la-which-usually-points-to-.patch \
  40. file://0018-export-CPP.patch \
  41. file://0019-Ensure-target-gcc-headers-can-be-included.patch \
  42. file://0020-Don-t-search-host-directory-during-relink-if-inst_pr.patch \
  43. file://0021-Use-SYSTEMLIBS_DIR-replacement-instead-of-hardcoding.patch \
  44. file://0022-aarch64-Add-support-for-musl-ldso.patch \
  45. file://0023-libcc1-fix-libcc1-s-install-path-and-rpath.patch \
  46. file://0024-handle-sysroot-support-for-nativesdk-gcc.patch \
  47. file://0025-Search-target-sysroot-gcc-version-specific-dirs-with.patch \
  48. file://0026-Fix-various-_FOR_BUILD-and-related-variables.patch \
  49. file://0027-nios2-Define-MUSL_DYNAMIC_LINKER.patch \
  50. file://0028-Add-ssp_nonshared-to-link-commandline-for-musl-targe.patch \
  51. file://0029-Link-libgcc-using-LDFLAGS-not-just-SHLIB_LDFLAGS.patch \
  52. file://0030-sync-gcc-stddef.h-with-musl.patch \
  53. file://0031-fix-segmentation-fault-in-precompiled-header-generat.patch \
  54. file://0032-Fix-for-testsuite-failure.patch \
  55. file://0033-Re-introduce-spe-commandline-options.patch \
  56. file://0034-libgcc_s-Use-alias-for-__cpu_indicator_init-instead-.patch \
  57. file://0035-gentypes-genmodes-Do-not-use-__LINE__-for-maintainin.patch \
  58. file://0036-mingw32-Enable-operation_not_supported.patch \
  59. file://0037-libatomic-Do-not-enforce-march-on-aarch64.patch \
  60. file://0001-aarch64-New-Straight-Line-Speculation-SLS-mitigation.patch \
  61. file://0002-aarch64-Introduce-SLS-mitigation-for-RET-and-BR-inst.patch \
  62. file://0003-aarch64-Mitigate-SLS-for-BLR-instruction.patch \
  63. file://0001-aarch64-Fix-up-__aarch64_cas16_acq_rel-fallback.patch \
  64. "
  65. SRC_URI[sha256sum] = "b8dd4368bb9c7f0b98188317ee0254dd8cc99d1e3a18d0ff146c855fe16c1d8c"
  66. S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/gcc-${PV}"
  67. # For dev release snapshotting
  68. #S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/gcc-${RELEASE}"
  69. #B = "${WORKDIR}/gcc-${PV}/build.${HOST_SYS}.${TARGET_SYS}"
  70. # Language Overrides
  71. FORTRAN = ""
  72. JAVA = ""
  73. LTO = "--enable-lto"
  74. SSP ?= "--disable-libssp"
  75. SSP_mingw32 = "--enable-libssp"
  76. EXTRA_OECONF_BASE = "\
  77. ${LTO} \
  78. ${SSP} \
  79. --enable-libitm \
  80. --disable-bootstrap \
  81. --with-system-zlib \
  82. ${@'--with-linker-hash-style=${LINKER_HASH_STYLE}' if '${LINKER_HASH_STYLE}' else ''} \
  83. --enable-linker-build-id \
  84. --with-ppl=no \
  85. --with-cloog=no \
  86. --enable-checking=release \
  87. --enable-cheaders=c_global \
  88. --without-isl \
  89. "
  90. EXTRA_OECONF_INITIAL = "\
  91. --disable-libgomp \
  92. --disable-libitm \
  93. --disable-libquadmath \
  94. --with-system-zlib \
  95. --disable-lto \
  96. --disable-plugin \
  97. --enable-linker-build-id \
  98. --enable-decimal-float=no \
  99. --without-isl \
  100. --disable-libssp \
  101. "
  102. EXTRA_OECONF_PATHS = "\
  103. --with-gxx-include-dir=/not/exist{target_includedir}/c++/${BINV} \
  104. --with-sysroot=/not/exist \
  105. --with-build-sysroot=${STAGING_DIR_TARGET} \
  106. "