70305f2b94
2001-01-27 Janis Johnson <janis@us.ibm.com> * config.gcc (i[34567]86-sequent-{ptx4*,sysv4*}): Use usegas.h if appropriate. * config/ptx4.h: Several fixes to build on DYNIX/ptx v4.[456], and to remove macro definitions that are duplicated from elfos.h. 2001-01-27 Richard Henderson <rth@redhat.com> * config/i386/sco5gas.h: Move ... * config/usegas.h: ... here. * config.gcc (i[34567]86-*-sco3.2v5) [tm_file]: Update. From-SVN: r39303
22 lines
876 B
C
22 lines
876 B
C
/* Copyright (C) 2001 Free Software Foundation, Inc.
|
|
|
|
This file is part of GNU CC.
|
|
|
|
GNU CC is free software; you can redistribute it and/or modify
|
|
it under the terms of the GNU General Public License as published by
|
|
the Free Software Foundation; either version 2, or (at your option)
|
|
any later version.
|
|
|
|
GNU CC is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
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. */
|
|
|
|
/* Just set a single flag we can test for it inside other files. */
|
|
#define USE_GAS 1
|