Commit 9198ae90 by Richard Kenner

Properly set tm_file and {build,host}_xm_file.

From-SVN: r12113
parent 5421b3d0
...@@ -18,11 +18,11 @@ out_object_file=alpha.obj ...@@ -18,11 +18,11 @@ out_object_file=alpha.obj
/^md_file/ c\ /^md_file/ c\
md_file=config/alpha/alpha.md md_file=config/alpha/alpha.md
/^tm_file/ c\ /^tm_file/ c\
tm_file=config/alpha/winnt.h tm_file=config/alpha/alpha.h config/alpha/winnt.h
/^build_xm_file/ c\ /^build_xm_file/ c\
build_xm_file=config/alpha/xm-winnt.h build_xm_file=config/alpha/xm-alpha.h config/winnt/xm-winnt.h config/alpha/xm-winnt.h
/^host_xm_file/ c\ /^host_xm_file/ c\
host_xm_file=config/alpha/xm-winnt.h host_xm_file=config/alpha/xm-alpha.h config/winnt/xm-winnt.h config/alpha/xm-winnt.h
/^####target/ i\ /^####target/ i\
CC = cl \ CC = cl \
CLIB = libc.lib kernel32.lib \ CLIB = libc.lib kernel32.lib \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment