default.yaml: use linker flag --hash-style just if we are in a gnu toolchain#84
Conversation
|
I think the proper test is to compare |
1567c67 to
851f608
Compare
|
thx for review. reworked. |
|
Except for the commit message (No ".FIXES"; The "Fixes #...." should be on a separate line) its ok. But I've looked deeper into it and it looks like the optimized linker hash is still not the default. Could you please add a 2nd commit that adds |
851f608 to
31b50e2
Compare
|
now the difference is, that the optimization (maybe) isn't there, if a build with host-gcc will be started.. |
31b50e2 to
383224a
Compare
|
Oh, good point. I don't think that gcc 5.4 does support the configure switch yet so we probably cannot add BTW, now that we've switched the default hash style we can drop the remaining |
|
soooo, couldn't we safely remove the default.yaml's already provide the |
|
in |
383224a to
b2b0372
Compare
|
Yes, we can remove the
LDFLAGS: "$LDFLAGS -Wl,--hash-style=gnu"If the host compat toolchain is not used ( Your change to |
b2b0372 to
2b2b7e5
Compare
|
but this one is finished/fixed, isn't it? |
|
ping. |
2b2b7e5 to
34833c2
Compare
.FIXES #83