home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / gcc-2.7.2.1-base.tgz / gcc-2.7.2.1-base.tar / fsf / gcc / config / alpha / config-nt.sed < prev    next >
Text File  |  1995-09-15  |  799b  |  34 lines

  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/winnt.h
  22. /^build_xm_file/ c\
  23. build_xm_file=config/alpha/xm-winnt.h
  24. /^host_xm_file/ c\
  25. host_xm_file=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 \
  33.  
  34.