gcc: Stop installing GCC's tgmath.h to /usr/libdata/gcc{44,47}.
authorSascha Wildner <saw@online.de>
Thu, 6 Jun 2013 18:20:10 +0000 (20:20 +0200)
committerSascha Wildner <saw@online.de>
Thu, 6 Jun 2013 18:20:10 +0000 (20:20 +0200)
commit434e73e2f3eeb01e9b94d549ad18a433ac8e2574
tree9dc84b082f6526138693260b26b884bd181ff1de
parentd5735ef9b37a3fdc378d2ebc9b199f2d166c6772
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}.
Makefile_upgrade.inc
gnu/lib/gcc44/libgcc/Makefile
gnu/lib/gcc47/libgcc/Makefile