On Mon, 24 Apr 2017 21:03:22 +0200 (CEST) Gerald Pfeifer
wrote:
> On Sun, 23 Apr 2017, Tijl Coosemans wrote:
>>> [ https://reviews.freebsd.org/D10357 ]
>> Yes, but in my opinion we should stop relying on upstream build systems
>> to get stripping right and let bsd.port.mk strip ELF files after
On Sun, 23 Apr 2017, Tijl Coosemans wrote:
>> [ https://reviews.freebsd.org/D10357 ]
> Yes, but in my opinion we should stop relying on upstream build systems
> to get stripping right and let bsd.port.mk strip ELF files after staging.
> It's less work for maintainers. Then instead of stripping, bs
On Sat, 22 Apr 2017 22:37:57 +0200 (CEST) Gerald Pfeifer
wrote:
> [ Old thread alert, but still relevant. ]
>
> On Mon, 19 Jan 2015, Tijl Coosemans wrote:
> install -m 555 mkheaders
> .../prefix/gcc5/libexec/gcc5/gcc/i386-portbld-freebsd10.1/5.0.0/install-tools/mkheaders
> test -z
[ Old thread alert, but still relevant. ]
On Mon, 19 Jan 2015, Tijl Coosemans wrote:
install -m 555 mkheaders
.../prefix/gcc5/libexec/gcc5/gcc/i386-portbld-freebsd10.1/5.0.0/install-tools/mkheaders
test -z 'strip' || strip
.../prefix/gcc5/libexec/gcc5/gcc/i386-portbld-freeb
On Sun, 18 Jan 2015 23:13:56 +0100 (CET) Gerald Pfeifer
wrote:
> On Sunday 2015-01-18 13:01, Tijl Coosemans wrote:
>>> Here is the build log:
>>>
>>> install -m 555 fixinc.sh
>>> .../prefix/gcc5/libexec/gcc5/gcc/i386-portbld-freebsd10.1/5.0.0/install-tools/fixinc.sh
>>> install -s -m 555 fi
On Sunday 2015-01-18 13:01, Tijl Coosemans wrote:
>> Here is the build log:
>>
>> install -m 555 fixinc.sh
>> .../prefix/gcc5/libexec/gcc5/gcc/i386-portbld-freebsd10.1/5.0.0/install-tools/fixinc.sh
>> install -s -m 555 fixincl
>> .../prefix/gcc5/libexec/gcc5/gcc/i386-portbld-freebsd10.1/5.0.
On Sun, 18 Jan 2015 12:18:27 +0100 (CET) Gerald Pfeifer
wrote:
> The ports q/a framework has been suggesting this for a while, so
> I added INSTALL_TARGET=install-strip to lang/gcc5/Makefile.
>
> Using install-strip for vanilla GCC builds (from source, outside
> the FreeBSD Ports framework) wor