This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: More old target toplevel cleanup


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]