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
c1c582c5
Commit
c1c582c5
authored
Sep 12, 1995
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added -D_M_ALPHA to CPP_PREDEFINES.
Changed LIB_SPEC to be compatible with Gnu ld for NT. From-SVN: r10333
parent
c0cacfd5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
gcc/config/alpha/win-nt.h
+5
-5
No files found.
gcc/config/alpha/win-nt.h
View file @
c1c582c5
...
...
@@ -29,7 +29,7 @@ Boston, MA 02111-1307, USA. */
#undef CPP_PREDEFINES
#define CPP_PREDEFINES "-DWIN32 -D_WIN32\
-DWINNT -D__STDC__=0 -DALMOST_STDC\
-DWINNT -D__STDC__=0 -DALMOST_STDC
-D_M_ALPHA
\
-D_ALPHA_ -D__alpha -D__alpha__ -D_LONGLONG -Asystem(winnt) -Acpu(alpha)\
-Amachine(alpha)"
...
...
@@ -65,8 +65,8 @@ Boston, MA 02111-1307, USA. */
}
#undef LIB_SPEC
#define LIB_SPEC "%{mwindows:-subsystem
:windows -entry:
WinMainCRTStartup \
USER32.LIB
GDI32.LIB COMDLG32.LIB WINSPOOL.LIB
} \
%{!mwindows:-subsystem
:console -entry:
mainCRTStartup} \
%{mcrtmt:LIBCMT.LIB
KERNEL32.LIB} %{!mcrtmt:LIBC.LIB KERNEL32.LIB
} \
#define LIB_SPEC "%{mwindows:-subsystem
windows -e _
WinMainCRTStartup \
USER32.LIB
%s GDI32.LIB%s COMDLG32.LIB%s WINSPOOL.LIB%s
} \
%{!mwindows:-subsystem
console -e _
mainCRTStartup} \
%{mcrtmt:LIBCMT.LIB
%s KERNEL32.LIB%s} %{!mcrtmt:LIBC.LIB%s KERNEL32.LIB%s
} \
%{v}"
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