On 04/01/2011 02:34 PM, Joseph S. Myers wrote:
This patch does some more toplevel configure cleanup related to targets no
longer supported by GCC:
* The code to enable libgomp on hosted POSIX systems handled *-*-sysv4*;
GCC no longer supports any such targets.
* The md_exec_prefix code covered lots of targets that either are no
longer supported by GCC, or that no longer define MD_EXEC_PREFIX after my
cleanups for 4.6; this is reduced to the set of targets that actually
define this macro in current GCC (DJGPP, HP-UX, QNX, Solaris). (In the
VMS case, a different macro, STANDARD_EXEC_PREFIX, is defined - but it's
"/gnu/libexec/gcc/" in xm-vms.h, not the value in this script.)
OK to commit?
Nice, thanks.
Paolo