Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/tools/pcc
Module Name: src
Committed By: riastradh
Date: Wed Mar 30 23:36:45 UTC 2016
Modified Files:
src/tools/pcc: Makefile
Log Message:
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!
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tools/pcc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index