diff options
author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-08-03 00:06:05 +0000 |
---|---|---|
committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-08-03 00:06:05 +0000 |
commit | 293be6409084e2a60316b5714823ddaaa062be16 (patch) | |
tree | bedc842f50c42392fd276bd707033cafe2684c34 /gcc/config/libgloss.h | |
parent | b03b2fbb955506bd690110700ea293ff519f5668 (diff) | |
download | gcc-293be6409084e2a60316b5714823ddaaa062be16.tar.gz |
* config/libgloss.h: Add a note discouraging use with ELF.
* configure.in: Don't use libgloss.h for ELF targets.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28425 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/libgloss.h')
-rw-r--r-- | gcc/config/libgloss.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/libgloss.h b/gcc/config/libgloss.h index 2f2ba569f4f..8d7dd5bbfe0 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 |