History log of /netbsd-src/tools/pcc/Makefile (Results 1 – 3 of 3)
Revision Date Author Comments
# e1fdad5e 30-Mar-2016 riastradh <riastradh@NetBSD.org>

Disable stripping pcc tool.

We don't have a tool that strips tools -- we have only a tool that
strips target programs. $TOOLDIR/bin/$PLATFORM-install supports -s
by invoking the target-stripping to

Disable stripping pcc tool.

We don't have a tool that strips tools -- we have only a tool that
strips target programs. $TOOLDIR/bin/$PLATFORM-install supports -s
by invoking the target-stripping tool, which chokes if you try to use
it to strip tools on a sufficiently different cross build. So let's
just not strip the pcc tool -- it's tiny enough that I'm not worried
about its unstripped size!

show more ...


# c84ce370 13-Jun-2011 plunky <plunky@NetBSD.org>

because we use --sysroot, force the default paths to be normal

while here, enable tls support


# 3d345022 24-Aug-2008 gmcgarry <gmcgarry@NetBSD.org>

Build pcc as host tool if requested.