cc-wrapper: don't export CPP

CPP defaults to $(CC) -E and setting it explicitly seems to cause
issues in a number of packages like gcc and gdb.

https://www.gnu.org/software/make/manual/html_node/Implicit-Variables.html
This commit is contained in:
Daiderd Jordan 2017-08-13 16:14:29 +02:00
parent f7f43ad554
commit 5d3527c148
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -139,7 +139,6 @@ export ${role}CC=@named_cc@
export ${role}CXX=@named_cxx@
for CMD in \
cpp \
ar as nm objcopy ranlib strip strings size ld windres
do
if