mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 20:26:00 +02:00
* always enable smartlinking for the tests themselves when running the testsuite for msdos
git-svn-id: branches/i8086@24131 -
This commit is contained in:
parent
848eeceded
commit
f06b58a8bd
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user