From ea72bd1b764a4e619c69576d2a792ccc0e0230e9 Mon Sep 17 00:00:00 2001 From: tg Date: Fri, 10 Oct 2008 21:57:16 +0000 Subject: [PATCH] improve version reporting on modern AIX/xlC MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit XXX both cc -qversion and ld -V give errors on AIX 5.2 / xlC V7.0… --- Build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Build.sh b/Build.sh index 7df9128..4796676 100644 --- a/Build.sh +++ b/Build.sh @@ -1,5 +1,5 @@ #!/bin/sh -srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.353 2008/10/10 21:36:04 tg Exp $' +srcversion='$MirOS: src/bin/mksh/Build.sh,v 1.354 2008/10/10 21:57:16 tg Exp $' #- # Environment used: CC CFLAGS CPPFLAGS LDFLAGS LIBS NOWARN NROFF TARGET_OS # CPPFLAGS recognised: MKSH_SMALL MKSH_ASSUME_UTF8 MKSH_NOPWNAM MKSH_NOVI @@ -583,6 +583,7 @@ watcom) ;; xlc) vv '|' "$CC -qversion=verbose" + vv '|' "ld -V" ;; *) ct=unknown