diff options
author | Per Bothner <per@bothner.com> | 1992-06-23 06:47:53 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1992-06-23 06:47:53 +0000 |
commit | 677291b54f544168f841292a43322b9cc47f2c3e (patch) | |
tree | 7e334a03940e582fefe3056de41ab1e075500dfd /config | |
parent | c19f73f1a2cb4a261380c01c8934de611df1c9d4 (diff) | |
download | gdb-677291b54f544168f841292a43322b9cc47f2c3e.zip gdb-677291b54f544168f841292a43322b9cc47f2c3e.tar.gz gdb-677291b54f544168f841292a43322b9cc47f2c3e.tar.bz2 |
New file for Linux.
Diffstat (limited to 'config')
-rw-r--r-- | config/.Sanitize | 1 | ||||
-rw-r--r-- | config/mh-linux | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/config/.Sanitize b/config/.Sanitize index 0edcced..6223d95 100644 --- a/config/.Sanitize +++ b/config/.Sanitize @@ -29,6 +29,7 @@ mh-decstation mh-delta88 mh-dgux mh-irix4 +mh-linux mh-ncr3000 mh-sco mh-solaris diff --git a/config/mh-linux b/config/mh-linux new file mode 100644 index 0000000..2eb4083 --- /dev/null +++ b/config/mh-linux @@ -0,0 +1,4 @@ +# Define SYSV as -DSYSV if you are using a System V operating system. +SYSV = -DSYSV +RANLIB = ranlib +LDFLAGS = -static |