aboutsummaryrefslogtreecommitdiff
path: root/compile
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2018-02-05 23:31:17 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2018-02-05 23:31:17 +0000
commit792b75e01390e59708874f41cb189ecb590ebbdb (patch)
treec4dd80978af62f7b56b21548eeba1cafee2185a4 /compile
parent9fe92189ee2e0769daaefccf68d3fabff62b4f6b (diff)
downloadsg3_utils-792b75e01390e59708874f41cb189ecb590ebbdb.tar.gz
Info section added to end of ./configure; sg_persist: add --maxlen=LEN option; sg_opcodes: report when --no-inquiry ignored
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@750 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'compile')
-rwxr-xr-xcompile9
1 files changed, 5 insertions, 4 deletions
diff --git a/compile b/compile
index a85b723c..2ab71e4e 100755
--- a/compile
+++ b/compile
@@ -1,9 +1,9 @@
#! /bin/sh
# Wrapper for compilers which do not understand '-c -o'.
-scriptversion=2012-10-14.11; # UTC
+scriptversion=2016-01-11.22; # UTC
-# Copyright (C) 1999-2014 Free Software Foundation, Inc.
+# Copyright (C) 1999-2017 Free Software Foundation, Inc.
# Written by Tom Tromey <tromey@cygnus.com>.
#
# This program is free software; you can redistribute it and/or modify
@@ -255,7 +255,8 @@ EOF
echo "compile $scriptversion"
exit $?
;;
- cl | *[/\\]cl | cl.exe | *[/\\]cl.exe )
+ cl | *[/\\]cl | cl.exe | *[/\\]cl.exe | \
+ icl | *[/\\]icl | icl.exe | *[/\\]icl.exe )
func_cl_wrapper "$@" # Doesn't return...
;;
esac
@@ -342,6 +343,6 @@ exit $ret
# eval: (add-hook 'write-file-hooks 'time-stamp)
# time-stamp-start: "scriptversion="
# time-stamp-format: "%:y-%02m-%02d.%02H"
-# time-stamp-time-zone: "UTC"
+# time-stamp-time-zone: "UTC0"
# time-stamp-end: "; # UTC"
# End: