Revert "Fix relocation error on OpenBSD (amd64) when compiling with pcc"
This reverts commit 06d43e4832
.
Let's stick to the most basic and common options for the default
case.
This commit is contained in:
parent
1851c02a95
commit
71cbd12ede
|
@ -9,7 +9,7 @@ MANPREFIX = $(PREFIX)/share/man
|
||||||
#CC = musl-gcc
|
#CC = musl-gcc
|
||||||
LD = $(CC)
|
LD = $(CC)
|
||||||
CPPFLAGS = -D_BSD_SOURCE -D_GNU_SOURCE
|
CPPFLAGS = -D_BSD_SOURCE -D_GNU_SOURCE
|
||||||
CFLAGS = -g -ansi -Wall -Wno-long-long -pedantic -fPIC $(CPPFLAGS)
|
CFLAGS = -g -ansi -Wall -Wno-long-long -pedantic $(CPPFLAGS)
|
||||||
LDFLAGS = -g
|
LDFLAGS = -g
|
||||||
|
|
||||||
#CC = tcc
|
#CC = tcc
|
||||||
|
|
Loading…
Reference in New Issue
Block a user