summaryrefslogtreecommitdiff
path: root/mkfiles/mkfile-Solaris-sparc
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2006-12-22 20:52:35 +0000
committerCharles.Forsyth <devnull@localhost>2006-12-22 20:52:35 +0000
commit46439007cf417cbd9ac8049bb4122c890097a0fa (patch)
tree6fdb25e5f3a2b6d5657eb23b35774b631d4d97e4 /mkfiles/mkfile-Solaris-sparc
parent37da2899f40661e3e9631e497da8dc59b971cbd0 (diff)
20060303-partial
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