llvm: remove no longer needed post configure
This commit is contained in:
parent
745ccd0a88
commit
7824ba3e7d
1 changed files with 0 additions and 4 deletions
|
@ -130,10 +130,6 @@ pre_configure() {
|
||||||
configure_args+=" -DLLVM_TARGET_ARCH=${_arch}"
|
configure_args+=" -DLLVM_TARGET_ARCH=${_arch}"
|
||||||
configure_args+=" -DLLVM_DEFAULT_TARGET_TRIPLE=${XBPS_CROSS_TRIPLET:-$XBPS_TRIPLET}"
|
configure_args+=" -DLLVM_DEFAULT_TARGET_TRIPLE=${XBPS_CROSS_TRIPLET:-$XBPS_TRIPLET}"
|
||||||
}
|
}
|
||||||
post_configure() {
|
|
||||||
# Don't leak CFLAGS into llvm-config.
|
|
||||||
sed -i -e "s|\(-specs=.*hardened-ld\)||g" -e "s|\(-specs=.*hardened-cc1\)||g" tools/llvm-config/BuildVariables.inc
|
|
||||||
}
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vlicense LICENSE.TXT
|
vlicense LICENSE.TXT
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue