1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-25 19:46:21 +00:00

Switch compilation flags for Solaris2 on x86_64 to compile in 64-bit mode rather than 32-bit mode.

modified:   bin/makefile-sunos5.x86_64-x
This commit is contained in:
Nick Briggs
2020-10-18 16:33:21 -07:00
parent 27d5e44b81
commit 135d7f65d3

View File

@@ -10,7 +10,7 @@
#* */
#************************************************************************/
CC = clang -m32 -std=gnu89 -funsigned-char -fno-strict-aliasing
CC = clang -std=gnu89 -funsigned-char -fno-strict-aliasing
XFILES = $(OBJECTDIR)xmkicon.o \
$(OBJECTDIR)xbbt.o \