Revert "Fix relocation error on OpenBSD (amd64) when compiling with pcc"

This reverts commit 06d43e48328ce7e6e0eae70293f4e3a4fef417d5.

Let's stick to the most basic and common options for the default
case.
This commit is contained in:
sin 2013-12-21 12:07:16 +00:00
parent 1851c02a95
commit 71cbd12ede

View File

@ -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