mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-12 14:09:23 +02:00
* compile math (and sysutils as a a dependency) unit on m68k-embedded, resolves #33068
* some more features having only minimal impact on memory requiremets and needed for math/sysutils enabled on m68k-embedded git-svn-id: trunk@38092 -
This commit is contained in:
parent
2e3a12c69d
commit
7d1d91e9cc
@ -440,6 +440,9 @@ endif
|
||||
ifeq ($(ARCH),x86_64)
|
||||
CPU_SPECIFIC_COMMON_UNITS=sysutils math classes fgl macpas typinfo types rtlconsts getopts lineinfo
|
||||
endif
|
||||
ifeq ($(ARCH),m68k)
|
||||
CPU_SPECIFIC_COMMON_UNITS=sysutils math
|
||||
endif
|
||||
ifeq ($(ARCH),mipsel)
|
||||
CPU_SPECIFIC_COMMON_UNITS=sysutils math classes fgl macpas typinfo types rtlconsts getopts lineinfo
|
||||
ifeq ($(SUBARCH),pic32mx)
|
||||
|
@ -158,6 +158,11 @@ CPU_SPECIFIC_COMMON_UNITS=sysutils math classes fgl macpas typinfo types rtlcons
|
||||
# CPU_UNITS=multiboot
|
||||
endif
|
||||
|
||||
ifeq ($(ARCH),m68k)
|
||||
CPU_SPECIFIC_COMMON_UNITS=sysutils math
|
||||
# CPU_UNITS=multiboot
|
||||
endif
|
||||
|
||||
ifeq ($(ARCH),mipsel)
|
||||
CPU_SPECIFIC_COMMON_UNITS=sysutils math classes fgl macpas typinfo types rtlconsts getopts lineinfo
|
||||
ifeq ($(SUBARCH),pic32mx)
|
||||
|
@ -191,6 +191,15 @@
|
||||
-SfEXCEPTIONS
|
||||
-SfCLASSES
|
||||
-SfRTTI
|
||||
-SfANSISTRINGS
|
||||
-SfWIDESTRINGS
|
||||
-SfDYNARRAYS
|
||||
-SfTHREADING
|
||||
-SfVARIANTS
|
||||
-SfOBJECTS
|
||||
-SfCOMMANDARGS
|
||||
-SfRANDOM
|
||||
-SfRESOURCES
|
||||
#endif
|
||||
|
||||
# Minimal set for i8086, copied from AVR above
|
||||
|
Loading…
Reference in New Issue
Block a user