diff options
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 |