aboutsummaryrefslogtreecommitdiff
path: root/unix/hlib/mkpkg.sf.SX86
diff options
context:
space:
mode:
authorJoe Hunkeler <jhunkeler@gmail.com>2015-08-11 16:51:37 -0400
committerJoe Hunkeler <jhunkeler@gmail.com>2015-08-11 16:51:37 -0400
commit40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch)
tree4464880c571602d54f6ae114729bf62a89518057 /unix/hlib/mkpkg.sf.SX86
downloadiraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'unix/hlib/mkpkg.sf.SX86')
-rw-r--r--unix/hlib/mkpkg.sf.SX8641
1 files changed, 41 insertions, 0 deletions
diff --git a/unix/hlib/mkpkg.sf.SX86 b/unix/hlib/mkpkg.sf.SX86
new file mode 100644
index 00000000..a0b56fcf
--- /dev/null
+++ b/unix/hlib/mkpkg.sf.SX86
@@ -0,0 +1,41 @@
+# Mkpkg special file list for Solaris-X86/IRAF GNU compilers.
+
+$special "sys$osb/": aclrb.c as$aclrb.c
+ bytmov.c as$bytmov.c
+ ieeer.x as$ieeer.x
+ ieeed.x as$ieeed.x
+ ;
+
+$special "sys$vops/ak/": aclrc.x as$aclrc.c
+ aclrs.x as$aclrs.c
+ aclri.x as$aclri.c
+ aclrl.x as$aclrl.c
+ aclrr.x as$aclrr.c
+ aclrd.x as$aclrd.c
+ ;
+
+$special "sys$vops/lz/": amovc.x as$amovc.c
+ amovs.x as$amovs.c
+ amovi.x as$amovi.c
+ amovl.x as$amovl.c
+ amovr.x as$amovr.c
+ amovd.x as$amovd.c
+ ;
+
+#$special "sys$memdbg/": zrtadr.c as$zrtadr.s ;
+
+
+# The iraf main has to be compiled without optimization on the Sun-4
+# as setjmp does not save the register set.
+
+#$set XNO = '& "$xc -cq &"'
+#$special "sys$etc/":
+# main.x $(XNO)
+# ;
+
+$set XBIG = '& "$xc -c -w -/Nx512 -/Ns2048 &"'
+$special "sys$fmtio/": evvexpr.x $(XBIG) ;
+
+$set XNL = '& "$xc -c -/NL400 &"'
+$special "math$slalib/": obs.f $(XNL) ;
+