]> gcc.gnu.org Git - gcc.git/blame - gcc/config/aoutos.h
collect2.texi: GNU CC -> GCC.
[gcc.git] / gcc / config / aoutos.h
CommitLineData
b9c1bf3c
CH
1/* aoutos.h -- operating system specific defines to be used when
2 targeting GCC for some system that uses a.out file format.
3 Copyright (C) 1992 Free Software Foundation, Inc.
4
ed1817c6 5 Written by Ron Guilmette (rfg@netcom.com).
b9c1bf3c
CH
6
7This file is part of GNU CC.
8
9GNU CC is free software; you can redistribute it and/or modify
10it under the terms of the GNU General Public License as published by
11the Free Software Foundation; either version 2, or (at your option)
12any later version.
13
14GNU CC is distributed in the hope that it will be useful,
15but WITHOUT ANY WARRANTY; without even the implied warranty of
16MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17GNU General Public License for more details.
18
19You should have received a copy of the GNU General Public License
20along with GNU CC; see the file COPYING. If not, write to
0af195cf
RK
21the Free Software Foundation, 59 Temple Place - Suite 330,
22Boston, MA 02111-1307, USA. */
b9c1bf3c
CH
23
24/* To use this file, make up a file with a name like:
25
26 ?????aout.h
27
28 where ????? is replaced by the name of the basic hardware that you
29 are targeting for. Then, in the file ?????aout.h, put something
30 like:
31
32 #include "?????.h"
33 #include "aoutos.h"
34
35 followed by any really system-specific defines (or overrides of
36 defines) which you find that you need. Now, modify the configure
37 or configure.in script to properly use the new ?????aout.h file
38 when configuring for the system. */
39
e7a3dd09
TW
40/* Define a symbol indicating that we are using aoutos.h. */
41#define USING_AOUTOS_H
This page took 1.21397 seconds and 5 git commands to generate.