ref: 893f3f9233875f696ca5dd48f18ca670af4fa6e4
parent: 6c574d4fc09d60095b4d74e865a67a8b1d2b2270
author: Ori Bernstein <ori@eigenstate.org>
date: Sun Mar 19 20:42:52 EDT 2017
OSX is unhappy when combining 'as -g' and .loc directives. Turn it off. It isn't really helping with .loc directives.
--- a/configure
+++ b/configure
@@ -98,7 +98,7 @@
# config.h
echo '#define Instroot "'$prefix'"' >> config.h
-echo '#define Asmcmd {"as", "-g", "-o", NULL}' >> config.h
+echo '#define Asmcmd {"as", "-o", NULL}' >> config.h
echo '#define Objsuffix ".o"' >> config.h
echo 'export SYSCLASS=posixy' >> config.mk
echo '#define Symprefix' $symprefix >> config.h