logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

icedtea7-jdk-fcommon.patch (389B)


  1. --- openjdk.orig/jdk/make/common/Defs-linux.gmk 2021-12-06 17:35:01.291049716 +0000
  2. +++ openjdk/jdk/make/common/Defs-linux.gmk 2021-12-06 17:35:28.811707263 +0000
  3. @@ -271,7 +271,7 @@
  4. #
  5. # Misc compiler options
  6. #
  7. -CFLAGS_COMMON = -fno-strict-aliasing
  8. +CFLAGS_COMMON = -fno-strict-aliasing -fcommon
  9. PIC_CODE_LARGE = -fPIC
  10. PIC_CODE_SMALL = -fpic
  11. GLOBAL_KPIC = $(PIC_CODE_LARGE)