configure: don't emit empty GCC_MACHINE_DUMP to qdevice.pri

there is no point in doing that.

Change-Id: Ie09edeed340ea87eddb38980b0df7ed777ec6280
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
Oswald Buddenhagen 2017-05-08 12:14:32 +02:00
parent 75587c8030
commit 4bab1b0d7c

View File

@ -521,11 +521,11 @@
"output": [ "prepareSpec", "prepareOptions", "preparePaths", "reloadSpec" ] "output": [ "prepareSpec", "prepareOptions", "preparePaths", "reloadSpec" ]
}, },
"machineTuple": { "machineTuple": {
"condition": "!config.linux || config.android || tests.machineTuple", "condition": "config.linux && !config.android && tests.machineTuple",
"output": [ "machineTuple" ] "output": [ "machineTuple" ]
}, },
"commit": { "commit": {
"condition": "features.machineTuple", "condition": "features.machineTuple || true",
"output": [ "commitOptions" ] "output": [ "commitOptions" ]
}, },
"android-style-assets": { "android-style-assets": {