diff options
author | obrien <obrien@FreeBSD.org> | 2010-05-12 19:59:32 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2010-05-12 19:59:32 +0000 |
commit | 32d515bca08d5a57d36e859c775db4f8d1d3f789 (patch) | |
tree | 079227511007b180b9d7535b8f0783545e890925 /gnu/lib/libgcc | |
parent | bb926aa7a5eb2340e321ec4c8579a65e08a0994a (diff) | |
download | FreeBSD-src-32d515bca08d5a57d36e859c775db4f8d1d3f789.zip FreeBSD-src-32d515bca08d5a57d36e859c775db4f8d1d3f789.tar.gz |
Non-GCC gcc compatible compilers may provide the same multimedia intrinsic
headers as GCC, but of their own implementation. So put the GCC ones into
their own header "namespace".
Requested by: ed
Diffstat (limited to 'gnu/lib/libgcc')
-rw-r--r-- | gnu/lib/libgcc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/lib/libgcc/Makefile b/gnu/lib/libgcc/Makefile index 51e7630..8c89236 100644 --- a/gnu/lib/libgcc/Makefile +++ b/gnu/lib/libgcc/Makefile @@ -1,4 +1,5 @@ # $FreeBSD$ + GCCDIR= ${.CURDIR}/../../../contrib/gcc GCCLIB= ${.CURDIR}/../../../contrib/gcclibs |