summaryrefslogtreecommitdiff
path: root/mkfiles/mkfile-Solaris-sparc
diff options
context:
space:
mode:
Diffstat (limited to 'mkfiles/mkfile-Solaris-sparc')
-rw-r--r--mkfiles/mkfile-Solaris-sparc58
1 files changed, 58 insertions, 0 deletions
diff --git a/mkfiles/mkfile-Solaris-sparc b/mkfiles/mkfile-Solaris-sparc
new file mode 100644
index 00000000..eecc278e
--- /dev/null
+++ b/mkfiles/mkfile-Solaris-sparc
@@ -0,0 +1,58 @@
+TARGMODEL= Posix
+TARGSHTYPE= sh
+CPUS= sparc
+
+O= o
+OS= o
+
+AR= ar
+ARFLAGS= cvru
+
+YACC= yacc
+YFLAGS= -d
+
+AS= gcc
+ASFLAGS= -c
+
+CC=gcc
+CFLAGS= -c\
+ -g\
+ -O\
+ -munaligned-doubles\
+ -threads\
+ -Wimplicit\
+ -I$ROOT/Solaris/sparc/include\
+ -I$ROOT/include\
+ -I/usr/openwin/share/include\
+
+ANSICPP=
+LD= gcc
+LDFLAGS=-L/usr/openwin/lib\
+
+SYSLIBS=
+EMULIBS= -lthread -lsocket -lm -lX11 -lXext -lnsl -lposix4
+
+# use the following settings in order to use the native sun C compiler
+# rather than gcc.
+# this has not been tested in this release.
+
+# AS= cc
+# ASFLAGS= -c
+#
+# CC= cc
+# CFLAGS= -c\
+# -mt\
+# -g\
+# -w\
+# -xCC \
+# -Xa\
+# -I$ROOT/Solaris/sparc/include\
+# -I$ROOT/include\
+# -I/usr/openwin/share/include\
+#
+# LD= cc
+# LDFLAGS= -mt\
+# -L/usr/openwin/lib\
+#
+# SYSLIBS=
+# EMULIBS= -lsunmath -lsocket -lm -lX11 -lXext -lnsl -lposix4