diff options
Diffstat (limited to 'recipes-qt/qt5/qtbase.inc')
-rw-r--r-- | recipes-qt/qt5/qtbase.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc index 80199a26..64de60bb 100644 --- a/recipes-qt/qt5/qtbase.inc +++ b/recipes-qt/qt5/qtbase.inc | |||
@@ -94,9 +94,6 @@ do_configure() { | |||
94 | set_arch | 94 | set_arch |
95 | set_endian | 95 | set_endian |
96 | 96 | ||
97 | # Avoid problems with the linkers, since we want the linker to be g++ | ||
98 | unset LD | ||
99 | |||
100 | # Similar logic is in autotools.bbclass | 97 | # Similar logic is in autotools.bbclass |
101 | if [ -d ${B} -a "${S}" != "${B}" ] ; then | 98 | if [ -d ${B} -a "${S}" != "${B}" ] ; then |
102 | # Existing separate build directory, exists, remove | 99 | # Existing separate build directory, exists, remove |