mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 05:29:30 +02:00
* do not build testutils and fpcunit for avr
git-svn-id: trunk@30746 -
This commit is contained in:
parent
fa08d3b971
commit
0ebd26f13c
@ -77,8 +77,10 @@ FPCUNITDIR=../../packages/fcl-fpcunit/src
|
||||
|
||||
fpcunit-stamp.$(FULL_TARGET):
|
||||
ifneq ($(OS_TARGET),msdos)
|
||||
ifneq ($(CPU_TARGET),avr)
|
||||
$(TESTCOMPILER) -Fu$(BASEDIR)/$(COMPILER_TARGETDIR) $(FPCUNITDIR)/testutils
|
||||
$(TESTCOMPILER) -Fu$(BASEDIR)/$(COMPILER_TARGETDIR) $(FPCUNITDIR)/fpcunit
|
||||
endif
|
||||
endif
|
||||
$(ECHO) Compiled > fpcunit-stamp.$(FULL_TARGET)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user