aboutsummaryrefslogtreecommitdiff
path: root/compile
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2018-02-08 14:40:26 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2018-02-08 14:40:26 +0000
commit4a5962a81447bb60cca7e51dd005b3bdaab1452b (patch)
treeec59356592f8bbeeb036ae6add9bc8f732990c36 /compile
parent792b75e01390e59708874f41cb189ecb590ebbdb (diff)
downloadsg3_utils-4a5962a81447bb60cca7e51dd005b3bdaab1452b.tar.gz
struggling with Windows NVMe pass-through
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@751 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'compile')
-rwxr-xr-xcompile9
1 files changed, 4 insertions, 5 deletions
diff --git a/compile b/compile
index 2ab71e4e..a85b723c 100755
--- a/compile
+++ b/compile
@@ -1,9 +1,9 @@
#! /bin/sh
# Wrapper for compilers which do not understand '-c -o'.
-scriptversion=2016-01-11.22; # UTC
+scriptversion=2012-10-14.11; # UTC
-# Copyright (C) 1999-2017 Free Software Foundation, Inc.
+# Copyright (C) 1999-2014 Free Software Foundation, Inc.
# Written by Tom Tromey <tromey@cygnus.com>.
#
# This program is free software; you can redistribute it and/or modify
@@ -255,8 +255,7 @@ EOF
echo "compile $scriptversion"
exit $?
;;
- cl | *[/\\]cl | cl.exe | *[/\\]cl.exe | \
- icl | *[/\\]icl | icl.exe | *[/\\]icl.exe )
+ cl | *[/\\]cl | cl.exe | *[/\\]cl.exe )
func_cl_wrapper "$@" # Doesn't return...
;;
esac
@@ -343,6 +342,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: "UTC0"
+# time-stamp-time-zone: "UTC"
# time-stamp-end: "; # UTC"
# End: