Date: Wed, 12 Oct 2016 01:21:18 +0000 (UTC) From: Justin Hibbits <jhibbits@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r307077 - projects/powerpcspe/gnu/usr.bin/cc/cc_tools Message-ID: <201610120121.u9C1LI6J021219@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610120121.u9C1LI6J021219>