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 4495353 + 06842a3 commit 885b5eaCopy full SHA for 885b5ea
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