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.
1 parent eb3b382 commit 6cea8c6Copy full SHA for 6cea8c6
bin/makefile-init-linux.x86_64
@@ -1,7 +1,7 @@
1
# Options for Linux, x86 processor, X windows, for INIT processing
2
3
-#CC = gcc -m64 $(GCC_CFLAGS)
4
-CC = clang -m64 $(CLANG_CFLAGS)
+CC = gcc $(GCC_CFLAGS)
+#CC = clang $(CLANG_CFLAGS)
5
6
XFILES = $(OBJECTDIR)xmkicon.o \
7
$(OBJECTDIR)xbbt.o \
0 commit comments