Skip to content
This repository was archived by the owner on Feb 28, 2023. It is now read-only.

Commit eced326

Browse files
committed
common-apps: cleanup LDFLAGS+=" -v"
1 parent fff1ff4 commit eced326

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

scripts/common-apps-functions-source.sh

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,6 @@ function build_binutils()
6767
then
6868
LDFLAGS+=" -Wl,-rpath,${LD_LIBRARY_PATH}"
6969
fi
70-
if [ "${IS_DEVELOP}" == "y" ]
71-
then
72-
LDFLAGS+=" -v"
73-
fi
7470

7571
export CPPFLAGS
7672
export CFLAGS
@@ -296,10 +292,6 @@ function build_gcc_first()
296292
then
297293
LDFLAGS+=" -Wl,-rpath,${LD_LIBRARY_PATH}"
298294
fi
299-
if [ "${IS_DEVELOP}" == "y" ]
300-
then
301-
LDFLAGS+=" -v"
302-
fi
303295

304296
CFLAGS_FOR_TARGET="${CFLAGS_OPTIMIZATIONS_FOR_TARGET}"
305297
CXXFLAGS_FOR_TARGET="${CFLAGS_OPTIMIZATIONS_FOR_TARGET}"
@@ -765,10 +757,6 @@ function build_gcc_final()
765757
fi
766758
# Do not add CRT_glob.o here, it will fail with already defined,
767759
# since it is already handled by --enable-mingw-wildcard.
768-
if [ "${IS_DEVELOP}" == "y" ]
769-
then
770-
LDFLAGS+=" -v"
771-
fi
772760

773761
local optimize="${CFLAGS_OPTIMIZATIONS_FOR_TARGET}"
774762
if [ "$1" == "-nano" ]
@@ -1194,11 +1182,6 @@ function build_gdb()
11941182
LIBS=""
11951183
fi
11961184

1197-
if [ "${IS_DEVELOP}" == "y" ]
1198-
then
1199-
LDFLAGS+=" -v"
1200-
fi
1201-
12021185
if [ "${TARGET_PLATFORM}" == "darwin" ]
12031186
then
12041187
# Pick some system libraries from XBB, to avoid rebuilding them here.

0 commit comments

Comments
 (0)