]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/config/alpha/xm-vms.h
[multiple changes]
[thirdparty/gcc.git] / gcc / config / alpha / xm-vms.h
CommitLineData
aacdb8bb 1/* Configuration for GNU C-compiler for openVMS/Alpha.
000b5f54 2 Copyright (C) 1996, 1997, 2001 Free Software Foundation, Inc.
aacdb8bb
RK
3 Contributed by Klaus Kaempf (kkaempf@progis.de).
4
7ec022b2 5This file is part of GCC.
aacdb8bb 6
7ec022b2 7GCC is free software; you can redistribute it and/or modify
aacdb8bb
RK
8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 2, or (at your option)
10any later version.
11
7ec022b2 12GCC is distributed in the hope that it will be useful,
aacdb8bb
RK
13but WITHOUT ANY WARRANTY; without even the implied warranty of
14MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details.
16
17You should have received a copy of the GNU General Public License
7ec022b2 18along with GCC; see the file COPYING. If not, write to
aacdb8bb
RK
19the Free Software Foundation, 59 Temple Place - Suite 330,
20Boston, MA 02111-1307, USA. */
21
aacdb8bb
RK
22/* A couple of conditionals for execution machine are controlled here. */
23#ifndef VMS
24#define VMS
25#endif
26
27/* Define a local equivalent (sort of) for unlink */
28#define unlink remove
eeeb91c5 29
a6e50ecb
DR
30/* Causes exit() to be redefined to __posix_exit() and
31 Posix compatible failure and success codes to be used */
32#define _POSIX_EXIT 1
33
1dfc5385
DR
34/* Open files in stream mode if not otherwise explicitly specified */
35#define __UNIX_FOPEN 1
36
b230e057
DR
37/* Write to stdout using fputc to avoid record terminators in pipes */
38#define __UNIX_FWRITE 1
39
aacdb8bb 40#define STDC_HEADERS 1
aacdb8bb 41
45936a85
DD
42#define HOST_EXECUTABLE_SUFFIX ".exe"
43#define HOST_OBJECT_SUFFIX ".obj"
6baf9874
DR
44
45#define DUMPFILE_FORMAT "_%02d_"