I finished compilerwrapper-1.1 which now allows you to transform the wrapper 
as well as the wrapped gcc binary names by means of configure options. For 
example,

./configure --with-gcc-transform-name='s/^/x86_64-/' --program-suffix='-4'

will call the compiler wrapper binaries gcc-4, c++-4, ... and call the 
underlying gcc binaries x86_64-gcc, x86_64-c++, ... The linker is always ld.

I think this is the most flexible option. 

Volker

-- 
To post to this group, send an email to [email protected]
To unsubscribe from this group, send an email to 
[email protected]
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to