Commit 6cecf4ce by Chris Smith

*** empty log message ***

From-SVN: r4377
parent dba15dfd
# Use -pcc to avoid surprises.
# ld can make exe's c2-only if this lib is searched even though not loaded
CCLIBFLAGS = -tm c1
# Use -pcc to avoid surprises.
CC = cc -pcc
/* Configuration for GNU C-compiler for Convex.
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
Copyright (C) 1989, 1993 Free Software Foundation, Inc.
This file is part of GNU CC.
......@@ -41,26 +41,17 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define alloca __builtin_alloca
#endif
#ifdef _POSIX_SOURCE
/* Convex ships /tmp as a separate file system - thus it
usually has more free space than /usr/tmp */
#define P_tmpdir "/tmp/"
/* Un-hide names hidden in Posix include files. */
#define S_IFMT _S_IFMT
#define S_IFREG _S_IFREG
/* Use memcpy and memset -- either would work but these get inlined. */
#else
#define bcopy(a,b,c) memcpy (b,a,c)
#define bzero(a,b) memset (a,0,b)
/* This definition is to prevent 8.0 include files from declaring prototypes.
Those include files ANSIfied, but the prototypes sometimes do not match.
There is no effect on pre-8.0 OS versions. */
#ifndef _PROTO
#define _PROTO(X) ()
#endif
/* Convex uses Vax or IEEE floats.
Both formats have Vax semantics. */
#endif /* _POSIX_SOURCE */
#define HOST_FLOAT_FORMAT VAX_FLOAT_FORMAT
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment