common/build-helper/meson.sh: remove obsolete linker config

This commit is contained in:
Andrew J. Hesford 2023-11-25 16:29:31 -05:00
parent 681fae0ee8
commit 28b724db5c
1 changed files with 0 additions and 1 deletions

View File

@ -61,7 +61,6 @@ cat > "${XBPS_WRAPPERDIR}/meson/xbps_meson.cross" <<-EOF
cpp = '${CXX}'
ar = '${XBPS_CROSS_TRIPLET}-gcc-ar'
nm = '${NM}'
ld = '${LD}'
strip = '${STRIP}'
readelf = '${READELF}'
objcopy = '${OBJCOPY}'