sbase

suckless unix tools
git clone git://git.2f30.org/sbase
Log | Files | Refs | README | LICENSE

commit 71cbd12ede838f8193ea5d13e3692cc57c0cf942
parent 1851c02a9599f6a4d15eab979609a90e71aca69d
Author: sin <sin@2f30.org>
Date:   Sat, 21 Dec 2013 12:07:16 +0000

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.

Diffstat:
Mconfig.mk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.mk b/config.mk @@ -9,7 +9,7 @@ MANPREFIX = $(PREFIX)/share/man #CC = musl-gcc LD = $(CC) 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 #CC = tcc