diff options
author | Sean Eric Fagan <sef@cygnus> | 1991-11-13 22:16:36 +0000 |
---|---|---|
committer | Sean Eric Fagan <sef@cygnus> | 1991-11-13 22:16:36 +0000 |
commit | 1b387db37c81baf97cc4587cd560d70457d178f2 (patch) | |
tree | 337711d072fcb3c97c1254826688a18b434a8037 /config | |
parent | f4bda0ff1327bdc5ee5a5e3605199cfa2e5b26f6 (diff) | |
download | ppe42-binutils-1b387db37c81baf97cc4587cd560d70457d178f2.tar.gz ppe42-binutils-1b387db37c81baf97cc4587cd560d70457d178f2.zip |
Initial revision
Diffstat (limited to 'config')
-rw-r--r-- | config/mh-sco | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/mh-sco b/config/mh-sco new file mode 100644 index 0000000000..e2897502f0 --- /dev/null +++ b/config/mh-sco @@ -0,0 +1,4 @@ +# Define SYSV as -DSYSV if you are using a System V operating system. +SYSV = -DSYSV +RANLIB = echo >/dev/null +BISON = yacc -Sm10400 |