llvm3.9: remove redundant post_configure()
This commit is contained in:
parent
1587d87de5
commit
febd3eae20
@ -75,10 +75,6 @@ pre_configure() {
|
||||
configure_args+=" -DLLVM_TARGET_ARCH=${_arch}"
|
||||
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() {
|
||||
vlicense LICENSE.TXT
|
||||
|
Loading…
x
Reference in New Issue
Block a user