mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-22 13:55:07 +00:00
LDFLAGS.EXTRA += -nostdlib seems problematic for SYSTEM=linux-mingw32, linux-mingw64
This commit is contained in:
parent
a9f5ec3e21
commit
f4d58a657a
@ -11,7 +11,7 @@ LN :=
|
||||
STRIP :=
|
||||
LDFLAGS.GL = -lopengl32 -lgdi32 -luser32 -lkernel32
|
||||
CFLAGS.EXTRA += -fno-builtin -fno-stack-protector
|
||||
LDFLAGS.EXTRA += -nostdlib
|
||||
#LDFLAGS.EXTRA += -nostdlib
|
||||
WARN = -Wall -W
|
||||
POPT = -O2
|
||||
BIN.SUFFIX = .exe
|
||||
|
@ -11,7 +11,7 @@ LN :=
|
||||
STRIP :=
|
||||
LDFLAGS.GL = -lopengl32 -lgdi32 -luser32 -lkernel32
|
||||
CFLAGS.EXTRA += -fno-builtin -fno-stack-protector
|
||||
LDFLAGS.EXTRA += -nostdlib
|
||||
#LDFLAGS.EXTRA += -nostdlib
|
||||
WARN = -Wall -W
|
||||
POPT = -O2
|
||||
BIN.SUFFIX = .exe
|
||||
|
Loading…
Reference in New Issue
Block a user