diff options
author | Richard Stallman <rms@gnu.org> | 1992-03-16 04:26:22 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-03-16 04:26:22 +0000 |
commit | df87b07e99c0ddece9952e76f9cc8d4b2c51dbd3 (patch) | |
tree | 8e66a9c9dff28127bbf1d8c2c11846fe00517419 /gcc | |
parent | 462537971c3312d5c2ff6498d478d50727d3c37d (diff) | |
download | gcc-df87b07e99c0ddece9952e76f9cc8d4b2c51dbd3.zip gcc-df87b07e99c0ddece9952e76f9cc8d4b2c51dbd3.tar.gz gcc-df87b07e99c0ddece9952e76f9cc8d4b2c51dbd3.tar.bz2 |
Initial revision
From-SVN: r496
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/sparc/x-sysv4 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/sparc/x-sysv4 b/gcc/config/sparc/x-sysv4 new file mode 100644 index 0000000..ef1839c --- /dev/null +++ b/gcc/config/sparc/x-sysv4 @@ -0,0 +1,3 @@ +X_CFLAGS=-Bstatic -dn -DSVR4 +INSTALL=cp +ALLOCA=alloca.o |