fpc/rtl/wasm32/makefile.cpu
Nikolay Nikolov 33e25a3dfe + added except_native.inc include file (empty for now, but will provide RTL
support for the native wasm exceptions in the future)
2021-09-18 03:08:48 +03:00

7 lines
124 B
Plaintext

#
# Here we set processor dependent include file names.
#
CPUNAMES=except_native
CPUINCNAMES=$(addsuffix .inc,$(CPUNAMES))