diff options
Diffstat (limited to 'recipes-qt/qt5/qt5.inc')
-rw-r--r-- | recipes-qt/qt5/qt5.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes-qt/qt5/qt5.inc b/recipes-qt/qt5/qt5.inc index 2feeed62..e752ed6e 100644 --- a/recipes-qt/qt5/qt5.inc +++ b/recipes-qt/qt5/qt5.inc | |||
@@ -18,9 +18,6 @@ do_configure() { | |||
18 | set_arch | 18 | set_arch |
19 | set_endian | 19 | set_endian |
20 | 20 | ||
21 | # Avoid problems with the linkers, since we want the linker to be g++ | ||
22 | unset LD | ||
23 | |||
24 | # Similar logic is in autotools.bbclass | 21 | # Similar logic is in autotools.bbclass |
25 | if [ -d ${B} -a "${S}" != "${B}" ] ; then | 22 | if [ -d ${B} -a "${S}" != "${B}" ] ; then |
26 | # Existing separate build directory, exists, remove | 23 | # Existing separate build directory, exists, remove |