Skip to content

Commit

Permalink
Switch makefile slice for building ldeinit on Linux x86_64 from clang…
Browse files Browse the repository at this point in the history
… to gcc
  • Loading branch information
nbriggs committed Nov 12, 2023
1 parent eb3b382 commit 6cea8c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/makefile-init-linux.x86_64
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Options for Linux, x86 processor, X windows, for INIT processing

#CC = gcc -m64 $(GCC_CFLAGS)
CC = clang -m64 $(CLANG_CFLAGS)
CC = gcc $(GCC_CFLAGS)
#CC = clang $(CLANG_CFLAGS)

XFILES = $(OBJECTDIR)xmkicon.o \
$(OBJECTDIR)xbbt.o \
Expand Down

0 comments on commit 6cea8c6

Please sign in to comment.