1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-26 03:51:32 +00:00

Document options required for gcc and Developer Studio 12.6 C compilers

set default to "cc" (Studio C compiler) for now.

	modified:   bin/makefile-sunos5.sparc-x
This commit is contained in:
Nick Briggs
2020-07-26 20:31:04 -04:00
parent 0ced73e7fa
commit a60e33bc17

View File

@@ -17,7 +17,12 @@
#* */
#************************************************************************/
CC = gcc -std=gnu89 -funsigned-char
# Setup for using gcc
# CC = gcc -std=gnu89 -funsigned-char
# Setup for using Solaris Developer Studio 12.6 cc
# CC = cc -m32 -funsigned-char
CC = cc -m32 -funsigned-char -O2
XFILES = $(OBJECTDIR)xmkicon.o \
$(OBJECTDIR)xbbt.o \