Hi,
Based on this mail:
https://lists.freebsd.org/pipermail/freebsd-current/2014-November/053577.html
I created this script to build HEAD with amd64-gcc:
https://github.com/freebsd/freebsd-ci/blob/master/scripts/build/cross-build.sh
However, when I ran the script, I got this error:
https://jen
emaste created this revision.
emaste added reviewers: andrew, imp.
emaste added a subscriber: freebsd-toolchain.
REVISION SUMMARY
In cross-build cases it is possible we won't have a cross-strip during the
the rescue build. Binaries are already stripped on install anyhow, so there is
no need to
On 03 Mar 2015, at 09:00, Craig Rodrigues wrote:
>
> Based on this mail:
>
> https://lists.freebsd.org/pipermail/freebsd-current/2014-November/053577.html
>
> I created this script to build HEAD with amd64-gcc:
> https://github.com/freebsd/freebsd-ci/blob/master/scripts/build/cross-build.sh
>
imp accepted this revision.
imp added a comment.
This revision is now accepted and ready to land.
Looks good to me.
REVISION DETAIL
https://reviews.freebsd.org/D2003
To: emaste, andrew, imp
Cc: freebsd-toolchain
___
freebsd-toolchain@freebsd.org mail
rpaulo added a subscriber: rpaulo.
rpaulo added a comment.
How is install(1) executed? What controls "stripping" via install(1) is the
STRIP make variable, so if I set that to null, won't that also avoid stripping
crunched binaries? Is that expected?
REVISION DETAIL
https://reviews.freebsd.