mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 11:09:13 +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)
|
ifeq ($(ARCH),x86_64)
|
||||||
CPU_SPECIFIC_COMMON_UNITS=sysutils math classes fgl macpas typinfo types rtlconsts getopts lineinfo
|
CPU_SPECIFIC_COMMON_UNITS=sysutils math classes fgl macpas typinfo types rtlconsts getopts lineinfo
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(ARCH),m68k)
|
||||||
|
CPU_SPECIFIC_COMMON_UNITS=sysutils math
|
||||||
|
endif
|
||||||
ifeq ($(ARCH),mipsel)
|
ifeq ($(ARCH),mipsel)
|
||||||
CPU_SPECIFIC_COMMON_UNITS=sysutils math classes fgl macpas typinfo types rtlconsts getopts lineinfo
|
CPU_SPECIFIC_COMMON_UNITS=sysutils math classes fgl macpas typinfo types rtlconsts getopts lineinfo
|
||||||
ifeq ($(SUBARCH),pic32mx)
|
ifeq ($(SUBARCH),pic32mx)
|
||||||
|
@ -158,6 +158,11 @@ CPU_SPECIFIC_COMMON_UNITS=sysutils math classes fgl macpas typinfo types rtlcons
|
|||||||
# CPU_UNITS=multiboot
|
# CPU_UNITS=multiboot
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(ARCH),m68k)
|
||||||
|
CPU_SPECIFIC_COMMON_UNITS=sysutils math
|
||||||
|
# CPU_UNITS=multiboot
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(ARCH),mipsel)
|
ifeq ($(ARCH),mipsel)
|
||||||
CPU_SPECIFIC_COMMON_UNITS=sysutils math classes fgl macpas typinfo types rtlconsts getopts lineinfo
|
CPU_SPECIFIC_COMMON_UNITS=sysutils math classes fgl macpas typinfo types rtlconsts getopts lineinfo
|
||||||
ifeq ($(SUBARCH),pic32mx)
|
ifeq ($(SUBARCH),pic32mx)
|
||||||
|
@ -191,6 +191,15 @@
|
|||||||
-SfEXCEPTIONS
|
-SfEXCEPTIONS
|
||||||
-SfCLASSES
|
-SfCLASSES
|
||||||
-SfRTTI
|
-SfRTTI
|
||||||
|
-SfANSISTRINGS
|
||||||
|
-SfWIDESTRINGS
|
||||||
|
-SfDYNARRAYS
|
||||||
|
-SfTHREADING
|
||||||
|
-SfVARIANTS
|
||||||
|
-SfOBJECTS
|
||||||
|
-SfCOMMANDARGS
|
||||||
|
-SfRANDOM
|
||||||
|
-SfRESOURCES
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
# Minimal set for i8086, copied from AVR above
|
# Minimal set for i8086, copied from AVR above
|
||||||
|
Loading…
Reference in New Issue
Block a user