diff options
| author | mrg <mrg@NetBSD.org> | 2006-05-10 22:48:11 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2006-05-10 22:48:11 +0000 |
| commit | ef37f7a6792c012ec1841382d231cf3f2f89c445 (patch) | |
| tree | 340331d558827b4ae8f9e88adc2a4b0ae40d49e2 /gnu/usr.bin/gcc4/Makefile.libcpp | |
| parent | 12d9aaea8c898d65084f6ff309b2ff3a9d83b9f2 (diff) | |
add the build framework for in-tree GCC4 programs, and the mknative
output for i386, sparc64 and powerpc.
Diffstat (limited to 'gnu/usr.bin/gcc4/Makefile.libcpp')
| -rw-r--r-- | gnu/usr.bin/gcc4/Makefile.libcpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/usr.bin/gcc4/Makefile.libcpp b/gnu/usr.bin/gcc4/Makefile.libcpp new file mode 100644 index 00000000000..e1f4fe996f9 --- /dev/null +++ b/gnu/usr.bin/gcc4/Makefile.libcpp @@ -0,0 +1,4 @@ +# $NetBSD: Makefile.libcpp,v 1.1 2006/05/10 22:48:11 mrg Exp $ + +DPADD+= ${LIBCPPOBJ}/libcpp.a +LDADD+= ${LIBCPPOBJ}/libcpp.a |
