d74385
diff --git a/CONFIG/src/SpewMakeInc.c b/CONFIG/src/SpewMakeInc.c
d74385
index eed259e..65d68a1 100644
d74385
--- a/CONFIG/src/SpewMakeInc.c
d74385
+++ b/CONFIG/src/SpewMakeInc.c
d74385
@@ -764,9 +764,9 @@ int main(int nargs, char **args)
d74385
       else
d74385
       {
d74385
          if (ptrbits == 32)
d74385
-            fprintf(fpout, " -melf_i386");
d74385
+            fprintf(fpout, " -Wl,-melf_i386");
d74385
          else if (ptrbits == 64)
d74385
-            fprintf(fpout, " -melf_x86_64");
d74385
+            fprintf(fpout, " -Wl,-melf_x86_64");
d74385
          if (OS == OSFreeBSD)
d74385
             fprintf(fpout, "_fbsd");
d74385
       }