You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
560 B
17 lines
560 B
7 years ago
|
diff --git a/CONFIG/src/SpewMakeInc.c b/CONFIG/src/SpewMakeInc.c
|
||
|
index eed259e..65d68a1 100644
|
||
|
--- a/CONFIG/src/SpewMakeInc.c
|
||
|
+++ b/CONFIG/src/SpewMakeInc.c
|
||
|
@@ -764,9 +764,9 @@ int main(int nargs, char **args)
|
||
|
else
|
||
|
{
|
||
|
if (ptrbits == 32)
|
||
|
- fprintf(fpout, " -melf_i386");
|
||
|
+ fprintf(fpout, " -Wl,-melf_i386");
|
||
|
else if (ptrbits == 64)
|
||
|
- fprintf(fpout, " -melf_x86_64");
|
||
|
+ fprintf(fpout, " -Wl,-melf_x86_64");
|
||
|
if (OS == OSFreeBSD)
|
||
|
fprintf(fpout, "_fbsd");
|
||
|
}
|