diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-06-04 20:00:29 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-06-04 20:00:29 +0000 |
| commit | d09b3052489050d30b838a86ad389f4f8d768054 (patch) | |
| tree | 6b780dad39f0af155388e6bcce628ebbce0aa5c8 /gnu/usr.bin/cc/include | |
| parent | 8df64a7d4f996e8d6d2c830193dfae6979e36a42 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/cc/include')
| -rw-r--r-- | gnu/usr.bin/cc/include/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gnu/usr.bin/cc/include/Makefile b/gnu/usr.bin/cc/include/Makefile new file mode 100644 index 000000000000..c6ee75f81640 --- /dev/null +++ b/gnu/usr.bin/cc/include/Makefile @@ -0,0 +1,16 @@ +# $FreeBSD$ + +.include "../Makefile.inc" + +.PATH: ${GCCDIR}/config/${GCC_CPU} + +.if ${TARGET_ARCH} == "i386" || ${TARGET_ARCH} == "x86-64" +INCS= mmintrin.h xmmintrin.h +.elif ${TARGET_ARCH} == "ia64" +INCS= ia64intrin.h +.endif + +.include <bsd.init.mk> +.include <bsd.incs.mk> +.include <bsd.dep.mk> +.include <bsd.obj.mk> |
