diff options
| -rw-r--r-- | recipes-core/icedtea/icedtea7-native.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-core/icedtea/icedtea7-native.inc b/recipes-core/icedtea/icedtea7-native.inc index 8d0dc71..b0b9419 100644 --- a/recipes-core/icedtea/icedtea7-native.inc +++ b/recipes-core/icedtea/icedtea7-native.inc | |||
| @@ -28,6 +28,9 @@ CXX_append = " -std=gnu++98" | |||
| 28 | # WORKAROUND: ignore errors from new compilers | 28 | # WORKAROUND: ignore errors from new compilers |
| 29 | CFLAGS_append = " -Wno-error=stringop-overflow -Wno-error=return-type" | 29 | CFLAGS_append = " -Wno-error=stringop-overflow -Wno-error=return-type" |
| 30 | 30 | ||
| 31 | # Explicitly pass -fcommon since GCC 10 defaults to -fno-common for C sources | ||
| 32 | CFLAGS_append = " -fcommon" | ||
| 33 | |||
| 31 | inherit native java autotools pkgconfig | 34 | inherit native java autotools pkgconfig |
| 32 | inherit openjdk-build-helper | 35 | inherit openjdk-build-helper |
| 33 | inherit python3native | 36 | inherit python3native |
