d19d7d58aa
upgrade to NetBSD CVS release from 2012/10/17 12:00:00 UTC Makefiles updates to imporve portability Made sure to be consistent in the usage of braces/parenthesis at least on a per file basis. For variables, it is recommended to continue to use braces.
5 lines
135 B
Text
5 lines
135 B
Text
# Compile crtbeginS.o and crtendS.o with pic.
|
|
CRTSTUFF_T_CFLAGS_S = -fPIC
|
|
|
|
# Compile libgcc.a with pic.
|
|
TARGET_LIBGCC2_CFLAGS += -fPIC
|