File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ cd $target/binutils
1010
1111if [ ! -f configured-binutils ]
1212then
13- CPPFLAGS=" $cppflags $CPPFLAGS " LDFLAGS=$ldflags ../../binutils-$BINUTILS_VER /configure \
13+ CPPFLAGS=" $cppflags $CPPFLAGS " LDFLAGS=" $ldflags $LDFLAGS " ../../binutils-$BINUTILS_VER /configure \
1414 --prefix=$prefix --target=$target --disable-nls --disable-werror \
1515 --enable-lto --enable-plugins \
1616 --enable-poison-system-directories \
@@ -41,7 +41,7 @@ cd $target/gcc
4141if [ ! -f configured-gcc ]
4242then
4343 CPPFLAGS=" $cppflags $CPPFLAGS " \
44- LDFLAGS=" $ldflags " \
44+ LDFLAGS=" $ldflags $LDFLAGS " \
4545 CFLAGS_FOR_TARGET=" -O2 -ffunction-sections -fdata-sections" \
4646 CXXFLAGS_FOR_TARGET=" -O2 -ffunction-sections -fdata-sections" \
4747 LDFLAGS_FOR_TARGET=" " \
You can’t perform that action at this time.
0 commit comments