]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Make the lang-pascal test work on x86_64 platforms.
authorBruno Haible <bruno@clisp.org>
Sat, 18 Feb 2012 22:10:12 +0000 (23:10 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 19 Feb 2012 00:50:09 +0000 (01:50 +0100)
gettext-tools/tests/ChangeLog
gettext-tools/tests/lang-pascal

index 56650b21033aa1b0119985a0e48f14cef7bcebfa..6815ad35b7a2b6a60a7476a675945cade55ef791 100644 (file)
@@ -1,3 +1,8 @@
+2012-02-18  Bruno Haible  <bruno@clisp.org>
+
+       Make the lang-pascal test work on x86_64 platforms.
+       * lang-pascal: Try also the ppcx64 program.
+
 2012-01-26  Bruno Haible  <bruno@clisp.org>
 
        Modernize quoting.
index 418767dc315c40376847f8cc5e2b23cb460cf627..45896bedbce218e5c49e215d1367730ddde2ea95 100755 (executable)
@@ -30,8 +30,10 @@ end.
 EOF
 
 tmpfiles="$tmpfiles prog.o prog.rst prog"
-(ppc386 prog.pp) >/dev/null 2>&1 || {
-  echo "Skipping test: ppc386 compiler not found"
+(ppc386 prog.pp) >/dev/null 2>&1 ||
+(ppcx64 prog.pp) >/dev/null 2>&1 ||
+{
+  echo "Skipping test: Pascal compiler ppc386 or ppcx64 not found"
   rm -fr $tmpfiles; exit 77
 }