From 7aae67a28165d6cdfc5aa106ea7b1fb0fd61b2a1 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Tue, 3 Aug 1999 00:06:05 +0000 Subject: libgloss.h: Add a note discouraging use with ELF. * config/libgloss.h: Add a note discouraging use with ELF. * configure.in: Don't use libgloss.h for ELF targets. From-SVN: r28425 --- gcc/config/libgloss.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gcc/config/libgloss.h') diff --git a/gcc/config/libgloss.h b/gcc/config/libgloss.h index 2f2ba56..8d7dd5b 100644 --- a/gcc/config/libgloss.h +++ b/gcc/config/libgloss.h @@ -19,6 +19,9 @@ along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +/* This file should not be used for ELF targets, as this definition of + STARTFILE_SPEC is all wrong. */ + /* The libgloss standard for crt0.s has the name based on the command line option. */ #undef STARTFILE_SPEC -- cgit v1.1