Changed comments.

This commit is contained in:
Janet B. Anderson
2005-10-28 21:33:37 +00:00
parent 02006d89dd
commit f0a3bc9d2b
@@ -19,10 +19,11 @@ AR = ar -rc
LD = ld -r
RANLIB = ranlib
# Avoid position-independent code is always generated message
# Dont use -fPIC: with -fPIC we get
# "warning: -fPIC ignored for target (all code is position independent) "
SHRLIB_CFLAGS =
# -ansi eliminates strdup
# Dont use -ansi: -ansi eliminates strdup and _tempnam
CONFORM_CFLAGS_ANSI =
CONFORM_CFLAGS_STRICT = -pedantic
CONFORM_CXXFLAGS_ANSI =