diff options
Diffstat (limited to 'gnu/usr.bin/cc/cc_tools/Makefile')
-rw-r--r-- | gnu/usr.bin/cc/cc_tools/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/Makefile b/gnu/usr.bin/cc/cc_tools/Makefile index 5d9535a..f989535 100644 --- a/gnu/usr.bin/cc/cc_tools/Makefile +++ b/gnu/usr.bin/cc/cc_tools/Makefile @@ -187,6 +187,7 @@ TARGET_INC+= ${GCC_CPU}/freebsd.h .if ${TARGET_ARCH} == "amd64" TARGET_INC+= ${GCC_CPU}/x86-64.h TARGET_INC+= ${GCC_CPU}/freebsd64.h +TARGET_INC+= ${.CURDIR}/freebsd64-fix.h .endif TARGET_INC+= defaults.h |