From 7a6f0765ebb9d3d2c3e29570e7850f89973b8469 Mon Sep 17 00:00:00 2001 From: erich Date: Fri, 14 Oct 1994 14:35:17 +0000 Subject: [PATCH] Initial revision git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8270 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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 diff --git a/gcc/config/arm/t-riscix b/gcc/config/arm/t-riscix new file mode 100644 index 00000000000..e5a2213b83c --- /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 00000000000..06c62cf04e1 --- /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 -- 2.11.4.GIT