Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
a6adb9ed
Commit
a6adb9ed
authored
May 26, 1996
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make .h files properly for Alpha.
From-SVN: r12109
parent
612f1847
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
4 deletions
+11
-4
gcc/config/winnt/config-nt.bat
+11
-4
No files found.
gcc/config/winnt/config-nt.bat
View file @
a6adb9ed
echo Configuring GCC for Windows NT on %2
echo Configuring GCC for Windows NT on %2
rem This batch file assumes a unix-type "sed" program
rem This batch file assumes a unix-type "sed" program
echo #include "%2/xm-winnt.h" >config.h
if %2.==alpha. echo #include "alpha/xm-alpha.h" >config.h
echo #include "%2/xm-winnt.h" >hconfig.h
if %2.==alpha. echo #include "winnt/xm-winnt.h" >>config.h
echo #include "%2/xm-winnt.h" >tconfig.h
if %2.==alpha. echo #include "alpha/xm-winnt.h" >>config.h
echo #include "%2/win-nt.h" >tm.h
if not %2.==alpha. echo #include "%2/xm-winnt.h" >config.h
copy config.h hconfig.h
copy config.h tconfig.h
if %2.==alpha. echo #define TARGET_CPU_DEFAULT 64 >tm.h
if %2.==alpha. echo #include "alpha/alpha.h" >>tm.h
if %2.==alpha. echo #include "alpha/win-nt.h" >>tm.h
if not %2.==alpha. echo #include "%2/win-nt.h" >tm.h
rem This batch file assumes a unix-type "sed" program
rem This batch file assumes a unix-type "sed" program
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment