git: gcc: Stop installing GCC's tgmath.h to /usr/libdata/gcc{44,47}.
Sascha Wildner
swildner at crater.dragonflybsd.org
Thu Jun 6 11:21:33 PDT 2013
commit 434e73e2f3eeb01e9b94d549ad18a433ac8e2574
Author: Sascha Wildner <saw at online.de>
Date: Thu Jun 6 20:20:10 2013 +0200
gcc: Stop installing GCC's tgmath.h to /usr/libdata/gcc{44,47}.
Before this commit, the recently imported <tgmath.h> (in
/usr/include when installed) wasn't taken because of GCC's
own copies in /usr/libdata/gcc{44,47}, which comes first
in the compiler's internal include search path.
Since it is a standard header, we want our version to be
taken, so stop installing GCC's version and remove it via
'make upgrade'.
There are no other standard headers in /usr/libdata/gcc{44,47}.
Summary of changes:
Makefile_upgrade.inc | 2 ++
gnu/lib/gcc44/libgcc/Makefile | 3 +--
gnu/lib/gcc47/libgcc/Makefile | 3 +--
3 files changed, 4 insertions(+), 4 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/434e73e2f3eeb01e9b94d549ad18a433ac8e2574
--
DragonFly BSD source repository
More information about the Commits
mailing list