scripts/trylink: remove $CPPFLAGS
authorDenys Vlasenko <vda.linux@googlemail.com>
Tue, 20 Oct 2015 14:40:43 +0000 (16:40 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Tue, 20 Oct 2015 14:40:43 +0000 (16:40 +0200)
commit58d0e20ad00cc8a24f3485a363a5a51ab2387bdc
treed698f8fc5f888b3cb9d47b80503406351c20dee2
parent5134010d88b4aab286b4480822a8d8db8c32d903
scripts/trylink: remove $CPPFLAGS

We don't use it in final link, should not use it in check_FOO then.
This uncovered a logic bug in glibc check...

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
scripts/trylink