Initial revision
[official-gcc.git] / gcc / config / alpha / config-nt.sed
blob62a85fbc28659979a2f77ec8423b454f29e21574
1 /^Makefile/,/^  rm -f config.run/d
2 s/rm -f/del/
3 s/|| cp/|| copy/
4 /^config.status/,/      fi/d
5 s/config.status//g
6 s/\/dev\/null/NUL/g
7 s/$(srcdir)\/c-parse/c-parse/g
8 s/$(srcdir)\/c-gperf/c-gperf/g
9 /^multilib.h/ s/multilib/not-multilib/
10 /^target=/ c\
11 target=winnt3.5
12 /^xmake_file=/ d
13 /^tmake_file=/ d
14 /^out_file/ c\
15 out_file=config/alpha/alpha.c
16 /^out_object_file/ c\
17 out_object_file=alpha.obj
18 /^md_file/ c\
19 md_file=config/alpha/alpha.md
20 /^tm_file/ c\
21 tm_file=config/alpha/alpha.h config/alpha/winnt.h
22 /^build_xm_file/ c\
23 build_xm_file=config/alpha/xm-alpha.h config/winnt/xm-winnt.h config/alpha/xm-winnt.h
24 /^host_xm_file/ c\
25 host_xm_file=config/alpha/xm-alpha.h config/winnt/xm-winnt.h config/alpha/xm-winnt.h
26 /^####target/ i\
27 CC = cl \
28 CLIB = libc.lib kernel32.lib \
29 CFLAGS = -Dalpha -DWIN32 -D_WIN32 -D_ALPHA_ -D_M_ALPHA \\\
30  -DALMOST_STDC \
31 LDFLAGS = -subsystem:console -entry:mainCRTStartup \\\
32  -stack:1000000,1000 \