mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +00:00
Merge pull request #1244 from cpackham/executable-pie
build/internals.sh: Handle pie executables
This commit is contained in:
commit
b01fbcb8b0
@ -83,7 +83,7 @@ do_finish() {
|
||||
case "${_type}" in
|
||||
*script*executable*)
|
||||
;;
|
||||
*executable*)
|
||||
*executable*|*shared*object*)
|
||||
CT_DoExecLog ALL ${CT_HOST}-strip ${strip_args} "${_t}"
|
||||
;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user