Browse Source

* only add -XP when binutilsprefix is set

peter 21 years ago
parent
commit
e9f1e6f0d3
2 changed files with 5 additions and 5 deletions
  1. 3 3
      tests/Makefile
  2. 2 2
      tests/Makefile.fpc

+ 3 - 3
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)

+ 2 - 2
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)