mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 20:30:29 +02:00
+ added makefile.cpu for wasm32
git-svn-id: branches/wasm@47989 -
This commit is contained in:
parent
cf6c173653
commit
5a98127ae6
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -12192,6 +12192,7 @@ rtl/wasi/sysos.inc svneol=native#text/plain
|
||||
rtl/wasi/sysosh.inc svneol=native#text/plain
|
||||
rtl/wasi/system.pp svneol=native#text/plain
|
||||
rtl/wasm32/cpuh.inc svneol=native#text/plain
|
||||
rtl/wasm32/makefile.cpu svneol=native#text/plain
|
||||
rtl/wasm32/setjumph.inc svneol=native#text/plain
|
||||
rtl/wasm32/wasm32.inc svneol=native#text/plain
|
||||
rtl/watcom/Makefile svneol=native#text/plain
|
||||
|
6
rtl/wasm32/makefile.cpu
Normal file
6
rtl/wasm32/makefile.cpu
Normal file
@ -0,0 +1,6 @@
|
||||
#
|
||||
# Here we set processor dependent include file names.
|
||||
#
|
||||
|
||||
CPUNAMES=
|
||||
CPUINCNAMES=$(addsuffix .inc,$(CPUNAMES))
|
Loading…
Reference in New Issue
Block a user