OSDN Git Service

Initial revision
authorerich <erich@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 14 Oct 1994 14:35:17 +0000 (14:35 +0000)
committererich <erich@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 14 Oct 1994 14:35:17 +0000 (14:35 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8270 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/arm/t-riscix [new file with mode: 0644]
gcc/config/arm/x-riscix [new file with mode: 0644]

diff --git a/gcc/config/arm/t-riscix b/gcc/config/arm/t-riscix
new file mode 100644 (file)
index 0000000..e5a2213
--- /dev/null
@@ -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 (file)
index 0000000..06c62cf
--- /dev/null
@@ -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