summaryrefslogtreecommitdiff
path: root/com32/MCONFIG
diff options
context:
space:
mode:
Diffstat (limited to 'com32/MCONFIG')
-rw-r--r--com32/MCONFIG2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/MCONFIG b/com32/MCONFIG
index 0fa78028..b4344e69 100644
--- a/com32/MCONFIG
+++ b/com32/MCONFIG
@@ -49,7 +49,7 @@ SFLAGS = $(GCCOPT) -W -Wall -march=i386 \
-I$(com32)/libutil/include -I$(com32)/include $(GPLINCLUDE)
COM32LD = $(com32)/lib/com32.ld
-LDFLAGS = -m elf_i386 --emit-relocs -T $(COM32LD)
+LDFLAGS = -m elf_i386 --hash-style=gnu --emit-relocs -T $(COM32LD)
LIBGCC := $(shell $(CC) $(GCCOPT) --print-libgcc)
LNXCFLAGS = -I$(com32)/libutil/include -W -Wall -O -g -D_GNU_SOURCE