blob: 919543ad42726e7c00686dc9c83debccace38cc7 (
plain)
1
2
3
4
5
6
7
8
9
|
# Don't run fixproto
STMP_FIXPROTO =
# We don't want the base GCC user headers, but we do want
# any extras a target might specify.
USER_H = $(EXTRA_HEADERS)
# Always build crtstuff with PIC.
CRTSTUFF_T_CFLAGS = -fPIC
|