diff options
author | Ori Bernstein <ori@eigenstate.org> | 2014-12-23 15:08:09 -0800 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2014-12-23 15:08:09 -0800 |
commit | c7e5dd48b2184b3ba5ba8a594bda8c23e1943930 (patch) | |
tree | 95cfc7afb76e465e4741c268daec2c83c990dee0 /configure | |
parent | c861b7c103548b00732c86a03bc31e46bb04bed0 (diff) | |
download | mc-c7e5dd48b2184b3ba5ba8a594bda8c23e1943930.tar.gz |
Work towards wrapping different systems.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -38,6 +38,7 @@ echo '#define Instroot "'$prefix'"' > config.h echo '#define Asmcmd {"as", "-g", "-o", NULL}' >> config.h echo '#define Linkcmd {"ar", "-rcs", NULL}' >> config.h echo '#define Defaultasm Gnugas' >> config.h +echo 'export SYSCLASS=posixy' >> config.mk case $OS in *Linux*) echo '#define Symprefix ""' >> config.h |