| version 1.257, 2011/01/17 18:05:52 |
version 1.257.2.1, 2011/02/08 16:19:08 |
| Line 53 LDFLAGS+= ${PIE_LDFLAGS} |
|
| Line 53 LDFLAGS+= ${PIE_LDFLAGS} |
|
| .endif |
.endif |
| |
|
| ##### Default values |
##### Default values |
| |
.if !defined(HOSTLIB) |
| .if empty(CPPFLAGS:M-nostdinc) |
.if empty(CPPFLAGS:M-nostdinc) |
| CPPFLAGS+= ${DESTDIR:D-nostdinc ${CPPFLAG_ISYSTEM} ${DESTDIR}/usr/include} |
CPPFLAGS+= ${DESTDIR:D-nostdinc ${CPPFLAG_ISYSTEM} ${DESTDIR}/usr/include} |
| .endif |
.endif |
| .if empty(CXXFLAGS:M-nostdinc++) |
.if empty(CXXFLAGS:M-nostdinc++) |
| CXXFLAGS+= ${DESTDIR:D-nostdinc++ ${CPPFLAG_ISYSTEMXX} ${DESTDIR}/usr/include/g++} |
CXXFLAGS+= ${DESTDIR:D-nostdinc++ ${CPPFLAG_ISYSTEMXX} ${DESTDIR}/usr/include/g++} |
| .endif |
.endif |
| |
.endif |
| |
|
| CFLAGS+= ${COPTS} |
CFLAGS+= ${COPTS} |
| OBJCFLAGS+= ${OBJCOPTS} |
OBJCFLAGS+= ${OBJCOPTS} |
| MKDEP_SUFFIXES?= .o .ln |
MKDEP_SUFFIXES?= .o .ln |