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