From e9f1e6f0d34b7d494578a639c515632473852db4 Mon Sep 17 00:00:00 2001 From: peter Date: Tue, 13 Jul 2004 14:54:04 +0000 Subject: [PATCH] * only add -XP when binutilsprefix is set --- tests/Makefile | 6 +++--- tests/Makefile.fpc | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/Makefile b/tests/Makefile index c2e51cb239..8fd1566d87 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 1.1 [2004/07/03] +# Don't edit, this file is generated by FPCMake Version 1.1 [2004/07/12] # default: allexectests MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos darwin emx watcom morphos @@ -1508,8 +1508,8 @@ endif ifneq ($(OS_TARGET),$(TEST_OS_TARGET)) override DOTESTOPT+=-Y-T$(TEST_OS_TARGET) endif -ifneq ($(OS_TARGET),$(TEST_BINUTILSPREFIX)) -override DOTESTOPT+=-Y-XP$(TEST_BINUTILSPREFIX) +ifneq ($(TEST_BINUTILSPREFIX),) +override DOTESTOPT+=-Y-XP$(TEST_BINUTILSPREFIX) -Y-Xd endif ifdef TEST_RSH override DOTESTOPT+=-R$(TEST_RSH) diff --git a/tests/Makefile.fpc b/tests/Makefile.fpc index ce1da06889..ed1b45954d 100644 --- a/tests/Makefile.fpc +++ b/tests/Makefile.fpc @@ -172,8 +172,8 @@ endif ifneq ($(OS_TARGET),$(TEST_OS_TARGET)) override DOTESTOPT+=-Y-T$(TEST_OS_TARGET) endif -ifneq ($(OS_TARGET),$(TEST_BINUTILSPREFIX)) -override DOTESTOPT+=-Y-XP$(TEST_BINUTILSPREFIX) +ifneq ($(TEST_BINUTILSPREFIX),) +override DOTESTOPT+=-Y-XP$(TEST_BINUTILSPREFIX) -Y-Xd endif ifdef TEST_RSH override DOTESTOPT+=-R$(TEST_RSH)