diff options
author | Mike Stump <mrs@wrs.com> | 1998-02-22 23:10:06 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-02-22 16:10:06 -0700 |
commit | 9e89df5017523643d7b6a5c44369bd677f909011 (patch) | |
tree | 339391e34d1d5195b89b303adfca27798d78a1ff /gcc/config | |
parent | 1160f9ec40741043e1052685b40dba2f89d40376 (diff) | |
download | gcc-9e89df5017523643d7b6a5c44369bd677f909011.zip gcc-9e89df5017523643d7b6a5c44369bd677f909011.tar.gz gcc-9e89df5017523643d7b6a5c44369bd677f909011.tar.bz2 |
configure.in: Add support for i386-wrs-vxworks configuration.
* configure.in: Add support for i386-wrs-vxworks configuration.
* i386/vxi386.h: New file.
From-SVN: r18197
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/i386/vxi386.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/gcc/config/i386/vxi386.h b/gcc/config/i386/vxi386.h new file mode 100644 index 0000000..1044286 --- /dev/null +++ b/gcc/config/i386/vxi386.h @@ -0,0 +1,23 @@ +/* Definitions of target machine for GNU compiler. VxWorks i386 version. + Copyright (C) 1998 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. */ + +#include "i386/i386-aout.h" + +#define HANDLE_SYSV_PRAGMA |