From 135d7f65d32e09d84b8d37924ee4e531ae21e11d Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Sun, 18 Oct 2020 16:33:21 -0700 Subject: [PATCH] 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 --- bin/makefile-sunos5.x86_64-x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/makefile-sunos5.x86_64-x b/bin/makefile-sunos5.x86_64-x index dab1c26..c546aba 100644 --- a/bin/makefile-sunos5.x86_64-x +++ b/bin/makefile-sunos5.x86_64-x @@ -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 \