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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user