mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-21 01:21:27 +00:00
tools wrapper: correctly install the C wrapper
When building the C wrapper, specify the source file to be compiled.
This commit is contained in:
parent
4ae5ff5fd8
commit
4bb7da8056
@ -61,6 +61,7 @@ do_finish() {
|
||||
CT_DoExecLog "${HOST_CC}" \
|
||||
-Wall -Wextra -Wunreachable-code -Werror \
|
||||
-O3 -static ${_t} \
|
||||
"${CT_LIB_DIR}/scripts/wrapper.c" \
|
||||
-o ".${CT_TARGET}-wrapper"
|
||||
;;
|
||||
esac
|
||||
|
Loading…
x
Reference in New Issue
Block a user