diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -45,6 +45,11 @@ case $OS in echo '#define Fprefix "_"' >> config.h echo 'export SYS=osx' >> config.mk ;; + *FreeBSD*) + echo '#define Asmcmd "as -g -o %s %s"' >> config.h + echo '#define Fprefix ""' >> config.h + echo 'export SYS=freebsd' >> config.mk + ;; *) echo '' echo '' |