Skip to content

Commit 8d21020

Browse files
committed
Add -fno-gnu-unique to JL_CFLAGS for gcc
1 parent 3fa0596 commit 8d21020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Make.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ endif
495495
ifeq ($(USEGCC),1)
496496
CC := $(CROSS_COMPILE)gcc
497497
CXX := $(CROSS_COMPILE)g++
498-
JCFLAGS := -std=gnu11 -pipe $(fPIC) -fno-strict-aliasing -D_FILE_OFFSET_BITS=64
498+
JCFLAGS := -std=gnu11 -pipe $(fPIC) -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -fno-gnu-unique
499499
# AArch64 needs this flag to generate the .eh_frame used by libunwind
500500
JCPPFLAGS := -fasynchronous-unwind-tables
501501
JCXXFLAGS := -pipe $(fPIC) -fno-rtti -std=c++14

0 commit comments

Comments
 (0)