svn commit: r307077 - projects/powerpcspe/gnu/usr.bin/cc/cc_tools

Justin Hibbits jhibbits at FreeBSD.org
Wed Oct 12 01:21:20 UTC 2016


Author: jhibbits
Date: Wed Oct 12 01:21:18 2016
New Revision: 307077
URL: https://svnweb.freebsd.org/changeset/base/307077

Log:
  Restore the headers removed with previous IFC(introduced Makefile.hdrs)

Modified:
  projects/powerpcspe/gnu/usr.bin/cc/cc_tools/Makefile.hdrs

Modified: projects/powerpcspe/gnu/usr.bin/cc/cc_tools/Makefile.hdrs
==============================================================================
--- projects/powerpcspe/gnu/usr.bin/cc/cc_tools/Makefile.hdrs	Wed Oct 12 00:56:49 2016	(r307076)
+++ projects/powerpcspe/gnu/usr.bin/cc/cc_tools/Makefile.hdrs	Wed Oct 12 01:21:18 2016	(r307077)
@@ -46,6 +46,10 @@ TARGET_INC+=	${GCC_CPU}/bpabi.h
 TARGET_INC+=	${GCC_CPU}/biarch64.h
 TARGET_INC+=    ${GCC_CPU}/default64.h
 .endif
+.if ${TARGET_ARCH} == "powerpcspe" 	 
+TARGET_INC+=    ${GCC_CPU}/freebsdspe.h 	 
+TARGET_INC+=    ${GCC_CPU}/e500-double.h 	 
+.endif
 TARGET_INC+=	${GCC_CPU}/freebsd.h
 .if ${TARGET_CPUARCH} == "amd64"
 TARGET_INC+=	${GCC_CPU}/freebsd64.h


More information about the svn-src-projects mailing list