File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -123,12 +123,9 @@ TARGET_ENDIAN[i586] = "little"
123
123
TARGET_POINTER_WIDTH [i586 ] = "32"
124
124
PRE_LINK_ARGS [i586 ] = "-Wl,--as-needed -m32"
125
125
126
- # enable-new-dtags causes rpaths to be inserted as DT_RUNPATH (as well as
127
- # DT_RPATH), which lets LD_LIBRARY_PATH override them
128
- RPATH_LDFLAGS = "-Wl,--enable-new-dtags"
129
- TARGET_PRE_LINK_ARGS = "${RPATH_LDFLAGS} ${TARGET_CC_ARCH} ${TOOLCHAIN_OPTIONS} "
130
- BUILD_PRE_LINK_ARGS = "${RPATH_LDFLAGS} ${BUILD_CC_ARCH} ${TOOLCHAIN_OPTIONS} "
131
- HOST_PRE_LINK_ARGS = "${RPATH_LDFLAGS} ${HOST_CC_ARCH} ${TOOLCHAIN_OPTIONS} "
126
+ TARGET_PRE_LINK_ARGS = "${TARGET_CC_ARCH} ${TOOLCHAIN_OPTIONS} "
127
+ BUILD_PRE_LINK_ARGS = "${BUILD_CC_ARCH} ${TOOLCHAIN_OPTIONS} "
128
+ HOST_PRE_LINK_ARGS = "${HOST_CC_ARCH} ${TOOLCHAIN_OPTIONS} "
132
129
133
130
# These LDFLAGS have '-L' options in them. We need these to come last so they
134
131
# don't screw up the link order and pull in the wrong rust build/version.
You can’t perform that action at this time.
0 commit comments