summaryrefslogtreecommitdiff
path: root/com32/lib/MCONFIG
diff options
context:
space:
mode:
Diffstat (limited to 'com32/lib/MCONFIG')
-rw-r--r--com32/lib/MCONFIG2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/lib/MCONFIG b/com32/lib/MCONFIG
index d5395294..8e400776 100644
--- a/com32/lib/MCONFIG
+++ b/com32/lib/MCONFIG
@@ -32,7 +32,7 @@ OPTFLAGS = -Os -march=i386 -ffast-math -fomit-frame-pointer
WARNFLAGS = -W -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Winline
CFLAGS = $(OPTFLAGS) $(REQFLAGS) $(WARNFLAGS) $(LIBFLAGS)
-LDFLAGS = -m elf32_i386
+LDFLAGS = -m elf32_i386 --hash-style=gnu
.SUFFIXES: .c .o .a .so .lo .i .S .s .ls .ss .lss