summaryrefslogtreecommitdiff
path: root/hints/linux.sh
diff options
context:
space:
mode:
authorLarry Wall <lwall@netlabs.com>1994-10-17 23:00:00 +0000
committerLarry Wall <lwall@netlabs.com>1994-10-17 23:00:00 +0000
commita0d0e21ea6ea90a22318550944fe6cb09ae10cda (patch)
treefaca1018149b736b1142f487e44d1ff2de5cc1fa /hints/linux.sh
parent85e6fe838fb25b257a1b363debf8691c0992ef71 (diff)
downloadperl-a0d0e21ea6ea90a22318550944fe6cb09ae10cda.tar.gz
perl 5.000perl-5.000
[editor's note: this commit combines approximate 4 months of furious releases of Andy Dougherty and Larry Wall - see pod/perlhist.pod for details. Andy notes that; Alas neither my "Irwin AccuTrack" nor my DC 600A quarter-inch cartridge backup tapes from that era seem to be readable anymore. I guess 13 years exceeds the shelf life for that backup technology :-(. ]
Diffstat (limited to 'hints/linux.sh')
-rw-r--r--hints/linux.sh32
1 files changed, 32 insertions, 0 deletions
diff --git a/hints/linux.sh b/hints/linux.sh
new file mode 100644
index 0000000000..7617a886b9
--- /dev/null
+++ b/hints/linux.sh
@@ -0,0 +1,32 @@
+# Configuration time: Mon May 16 03:41:24 EDT 1994
+# Original version by rsanders
+# Additional dlext support by Kenneth Albanowski <kjahds@kjahds.com>
+# Target system: linux hrothgar 1.1.12 #9 sat may 14 02:03:23 edt 1994 i486
+bin='/usr/bin'
+ccflags='-I/usr/include/bsd'
+cppflags=' -I/usr/include/bsd'
+d_dosuid='define'
+d_voidsig='define'
+gidtype='gid_t'
+groupstype='gid_t'
+malloctype='void *'
+nm_opt=''
+optimize='-O2'
+sig_name='ZERO HUP INT QUIT ILL TRAP IOT UNUSED FPE KILL USR1 SEGV USR2 PIPE ALRM TERM STKFLT CHLD CONT STOP TSTP TTIN TTOU IO XCPU XFSZ VTALRM PROF WINCH'
+signal_t='void'
+uidtype='uid_t'
+usemymalloc='n'
+yacc='bison -y'
+lddlflags='-r'
+so='sa'
+dlext='o'
+## If you are using DLD 3.2.4 which does not support shared libs,
+## uncomment the next two lines:
+#ldflags="-static"
+#so='none'
+
+cat <<EOM
+
+You should take a look at hints/linux.sh. There are a couple of lines you
+may wish to change near the bottom.
+EOM