| 1 |
|
#! /bin/sh |
| 2 |
|
# Wrapper for compilers which do not understand '-c -o'. |
| 3 |
|
|
| 4 |
< |
scriptversion=2012-10-14.11; # UTC |
| 4 |
> |
scriptversion=2016-01-11.22; # UTC |
| 5 |
|
|
| 6 |
< |
# Copyright (C) 1999-2014 Free Software Foundation, Inc. |
| 6 |
> |
# Copyright (C) 1999-2017 Free Software Foundation, Inc. |
| 7 |
|
# Written by Tom Tromey <tromey@cygnus.com>. |
| 8 |
|
# |
| 9 |
|
# This program is free software; you can redistribute it and/or modify |
| 255 |
|
echo "compile $scriptversion" |
| 256 |
|
exit $? |
| 257 |
|
;; |
| 258 |
< |
cl | *[/\\]cl | cl.exe | *[/\\]cl.exe ) |
| 258 |
> |
cl | *[/\\]cl | cl.exe | *[/\\]cl.exe | \ |
| 259 |
> |
icl | *[/\\]icl | icl.exe | *[/\\]icl.exe ) |
| 260 |
|
func_cl_wrapper "$@" # Doesn't return... |
| 261 |
|
;; |
| 262 |
|
esac |
| 343 |
|
# eval: (add-hook 'write-file-hooks 'time-stamp) |
| 344 |
|
# time-stamp-start: "scriptversion=" |
| 345 |
|
# time-stamp-format: "%:y-%02m-%02d.%02H" |
| 346 |
< |
# time-stamp-time-zone: "UTC" |
| 346 |
> |
# time-stamp-time-zone: "UTC0" |
| 347 |
|
# time-stamp-end: "; # UTC" |
| 348 |
|
# End: |