We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5972d8 + c5f6a5a commit 06842a3Copy full SHA for 06842a3
lisp/comp/comp.l
@@ -1316,7 +1316,7 @@
1316
" -DARM -DLinux -Wimplicit -falign-functions=4 -DGCC3 ")
1317
(t " -Di386 -DLinux -Wimplicit -falign-functions=4 -fno-stack-protector -DGCC3 ")))
1318
((memq :linux *features*)
1319
- (if (memq :x86_64 *features)
+ (if (memq :x86_64 *features*)
1320
" -Dx86_64 -DLinux -Wimplicit -malign-functions=8 "
1321
" -Di386 -DLinux -Wimplicit -malign-functions=4 "))
1322
((memq :alpha *features*) " -Dalpha -Dsystem5 -D_REENTRANT -w")
0 commit comments