* always enable smartlinking for the tests themselves when running the testsuite for msdos

git-svn-id: branches/i8086@24131 -
This commit is contained in:
nickysn 2013-04-02 13:25:03 +00:00
parent 848eeceded
commit f06b58a8bd
2 changed files with 8 additions and 0 deletions

View File

@ -2008,6 +2008,9 @@ endif
endif
endif
endif
ifeq ($(TEST_OS_TARGET),msdos)
override TEST_OPT+=-XX
endif
TEST_OUTPUTDIR=output/$(TEST_TARGETSUFFIX)
C_SUBDIR=$(TEST_OS_TARGET)/$(TEST_CPU_TARGET)
ifneq ($(DATE),__missing_command_DATE)

View File

@ -95,6 +95,11 @@ endif
endif
endif
# always enable smartlinking for msdos
ifeq ($(TEST_OS_TARGET),msdos)
override TEST_OPT+=-XX
endif
# Target dir where the ppu and binaries are created
TEST_OUTPUTDIR=output/$(TEST_TARGETSUFFIX)
C_SUBDIR=$(TEST_OS_TARGET)/$(TEST_CPU_TARGET)