- 
    Bug 
- 
    Resolution: Invalid
- 
     Not Evaluated Not Evaluated
- 
    None
- 
    1.8.0
- 
    None
- 
    Ubuntu 16.04, Qt Creator 4.3.0
I need to use unescaped linker flags (cpp.linkerFlags) like "-mfloat-abi=soft" or "-mcpu=cortex-m3" for ARM GCC development but Qbs escapes them using -Wl which arm-none-eabi-gcc can not understand. I had to create a linkerWrapper script as a work-around but that is an ugly solution.