c2dfb7b Fix sysroot [BZ 1011415]

Authored and Committed by dhowells 10 years ago
    Fix sysroot [BZ 1011415]
    
    We can't set sysroot to "/" as that means libgcc will pick up stuff from
    /usr/include - which is very likely inapplicable to the arch.
    
    The sysroot will instead be:
    
        /usr/<program-prefix>/sys-root/
    
        
file modified
+9 -3