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]

Add placeholders for missing *-*-netbsdelf* targets


The following patch adds placeholders for *-*-netbsdelf* targets
that are not yet in GCC but which have corresponding *-*-netbsd*
(a.out) targets already in GCC, to prevent incorrectly matching
the a.out target.

Committed.

	 * config.gcc (arm*-*-netbsdelf*): Placeholder to prevent match
	 by existing arm*-*-netbsd* (a.out) target.
	 (ns32k-*-netbsdelf*): Likewise.
	 (sparc-*-netbsdelf*): Likewise.
	 (vax-*-netbsdelf*): Likewise.

-- 
        -- Jason R. Thorpe <thorpej@wasabisystems.com>

Attachment: foo
Description: netbsdelf-placeholder-patch


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