Skip to content

Commit 6cea8c6

Browse files
committed
Switch makefile slice for building ldeinit on Linux x86_64 from clang to gcc
1 parent eb3b382 commit 6cea8c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/makefile-init-linux.x86_64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Options for Linux, x86 processor, X windows, for INIT processing
22

3-
#CC = gcc -m64 $(GCC_CFLAGS)
4-
CC = clang -m64 $(CLANG_CFLAGS)
3+
CC = gcc $(GCC_CFLAGS)
4+
#CC = clang $(CLANG_CFLAGS)
55

66
XFILES = $(OBJECTDIR)xmkicon.o \
77
$(OBJECTDIR)xbbt.o \

0 commit comments

Comments
 (0)