+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.
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
}