|
@@ -1,5 +1,5 @@
|
|
|
#
|
|
|
-# Don't edit, this file is generated by FPCMake Version 1.1 [2004/01/31]
|
|
|
+# Don't edit, this file is generated by FPCMake Version 1.1 [2004/02/09]
|
|
|
#
|
|
|
default: allexectests
|
|
|
MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos darwin emx watcom
|
|
@@ -937,6 +937,12 @@ REQUIRE_PACKAGES_RTL=1
|
|
|
REQUIRE_PACKAGES_MYSQL=1
|
|
|
endif
|
|
|
endif
|
|
|
+ifeq ($(OS_TARGET),linux)
|
|
|
+ifeq ($(CPU_TARGET),arm)
|
|
|
+REQUIRE_PACKAGES_RTL=1
|
|
|
+REQUIRE_PACKAGES_MYSQL=1
|
|
|
+endif
|
|
|
+endif
|
|
|
ifeq ($(OS_TARGET),go32v2)
|
|
|
ifeq ($(CPU_TARGET),i386)
|
|
|
REQUIRE_PACKAGES_RTL=1
|
|
@@ -1412,7 +1418,7 @@ makefiles: fpc_makefiles
|
|
|
ifneq ($(wildcard fpcmake.loc),)
|
|
|
include fpcmake.loc
|
|
|
endif
|
|
|
-TESTSUBDIRS=cg cg/cdecl units/system units/dos units/crt units/objects units/strings units/sysutils
|
|
|
+TESTSUBDIRS=cg cg/cdecl units/system units/dos units/crt units/objects units/strings units/sysutils units/math
|
|
|
TESTDIRS:=test $(addprefix test/,$(TESTSUBDIRS))
|
|
|
ifeq ($(OS_TARGET),linux)
|
|
|
INUNIX=1
|