commit fa6a0b432e5283b7779d813ae140106e809c387f
parent 21f0cae92fbd34397f61f00502d974c102af3e58
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Thu, 8 May 2014 11:00:26 +0000
makefile: remove solaris rule, i wont test this
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/config.mk b/config.mk
@@ -20,9 +20,5 @@ LDFLAGS = ${LIBS}
#CFLAGS = -O2 -std=c99 -DVERSION=\"${VERSION}\" -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE
#LDFLAGS = -s ${LIBS}
-# Solaris
-#CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"
-#LDFLAGS = ${LIBS}
-
# compiler and linker
#CC = cc