• Andrew Hsieh's avatar
    Do not resolve to real/absolute link in GCC 4.6 / 4.7 · 2c74df96
    Andrew Hsieh authored
    Add -no-canonical-prefixes to both compiler and linker in GCC 4.6/4.7
    to not resolve to absolute path (ie. the GCC 4.4.3 default behavior),
    otherwise it may fail in distributed build system because the real
    path may differ from machine to machine.
    
    Change-Id: I1801bbcfc738e5d955b1ee40a5f1cd81da091ad4
    2c74df96
setup.mk 3.06 KB