diff options
Diffstat (limited to 'rtl/i386/makefile.cpu')
-rw-r--r-- | rtl/i386/makefile.cpu | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/rtl/i386/makefile.cpu b/rtl/i386/makefile.cpu new file mode 100644 index 0000000000..76c3d74488 --- /dev/null +++ b/rtl/i386/makefile.cpu @@ -0,0 +1,7 @@ +# +# Here we set processor dependent include file names. +# + +CPUNAMES=i386 math set setjump setjumph +CPUINCNAMES=$(addsuffix .inc,$(CPUNAMES)) + |