From ca628c540b32c3d792a1ba344e6cd27060bcdace Mon Sep 17 00:00:00 2001 From: Richard Earnshaw Date: Fri, 14 Oct 1994 14:35:17 +0000 Subject: Initial revision From-SVN: r8270 --- gcc/config/arm/t-riscix | 3 +++ gcc/config/arm/x-riscix | 9 +++++++++ 2 files changed, 12 insertions(+) create mode 100644 gcc/config/arm/t-riscix create mode 100644 gcc/config/arm/x-riscix (limited to 'gcc') diff --git a/gcc/config/arm/t-riscix b/gcc/config/arm/t-riscix new file mode 100644 index 0000000..e5a2213 --- /dev/null +++ b/gcc/config/arm/t-riscix @@ -0,0 +1,3 @@ +# Just for these, we omit the frame pointer since it makes such a big +# difference. It is then pointless adding debugging. +LIBGCC2_CFLAGS=-O2 -fomit-frame-pointer $(LIBGCC2_INCLUDES) $(GCC_CFLAGS) -g0 diff --git a/gcc/config/arm/x-riscix b/gcc/config/arm/x-riscix new file mode 100644 index 0000000..06c62cf --- /dev/null +++ b/gcc/config/arm/x-riscix @@ -0,0 +1,9 @@ +# Define new names for the getopt library, so that we don't have to statically +# link [un]protoize. We have dirent.h not sys/dir.h, so define POSIX. +X_CFLAGS= -DPOSIX -Dopterr=gcc_opterr -Doptind=gcc_optind \ + -Dgetopt=gcc_getopt -Doptarg=gcc_optarg +# Compile in BSD mode. +OLDCC=/usr/ucb/cc +CC=$(OLDCC) +FIXPROTO_DEFINES= -D_POSIX_SOURCE -D_XOPEN_C -D_BSD_C -D_XOPEN_SOURCE +INSTALL=$(srcdir)/install.sh -- cgit v1.1