diff options
| author | Stephane E. Potvin <sepotvin@FreeBSD.org> | 2010-01-22 14:09:15 +0000 |
|---|---|---|
| committer | Stephane E. Potvin <sepotvin@FreeBSD.org> | 2010-01-22 14:09:15 +0000 |
| commit | a070c49911dbd8bbcbaf22aec3bce85eaf3b2922 (patch) | |
| tree | 1185f080d2d56566a47a74eff06b50cc5b6fe2a5 /gnu/lib/libsupc++ | |
| parent | 424b4e66a96672414e1c8ea13662b528b7ad1fd2 (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libsupc++')
| -rw-r--r-- | gnu/lib/libsupc++/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/lib/libsupc++/Makefile b/gnu/lib/libsupc++/Makefile index 54e96b855565..fc024e861ccb 100644 --- a/gnu/lib/libsupc++/Makefile +++ b/gnu/lib/libsupc++/Makefile @@ -23,6 +23,7 @@ CFLAGS+= -I${GCCLIB}/include -I${SRCDIR} -I${GCCDIR} CFLAGS+= -I${.CURDIR}/../libstdc++ -I. CFLAGS+= -frandom-seed=RepeatabilityConsideredGood CXXFLAGS+= -fno-implicit-templates -ffunction-sections -fdata-sections +PO_CXXFLAGS= ${CXXFLAGS:N-ffunction-sections} HDRS= exception new typeinfo cxxabi.h exception_defines.h INCS= ${HDRS:S;^;${SRCDIR}/;} |
