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
abffe289
Commit
abffe289
authored
Nov 10, 2000
by
Christopher Faylor
Committed by
Christopher Faylor
Nov 10, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/i386/cygwin.h: Add mingw startfile prefix.
From-SVN: r37357
parent
1288c070
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
gcc/ChangeLog
+4
-0
gcc/config/i386/cygwin.h
+5
-2
No files found.
gcc/ChangeLog
View file @
abffe289
2000-11-09 Christopher Faylor <cgf@cygnus.com>
* config/i386/cygwin.h: Add mingw startfile prefix.
2000-11-09 Richard Henderson <rth@redhat.com>
* flow.c (invalidate_mems_from_set): Split out from ...
...
...
gcc/config/i386/cygwin.h
View file @
abffe289
...
...
@@ -94,7 +94,7 @@ Boston, MA 02111-1307, USA. */
-D__declspec(x)=__attribute__((x)) \
-D__i386__ -D__i386 \
%{!mno-cygwin:-D__CYGWIN32__ -D__CYGWIN__ -Dunix -D__unix -D__unix__} \
%{!mno-win32:-D_WIN32 -DWINNT -i
withprefixbefore
/usr/include/w32api} \
%{!mno-win32:-D_WIN32 -DWINNT -i
system
/usr/include/w32api} \
%{mno-win32: %{mno-cygwin: %emno-cygwin and mno-win32 are not compatible}} \
%{mno-cygwin:-DWIN32 -D__WIN32__ -D_WIN32 -D__MINGW32__=0.2 \
%{mthreads:-D_MT} \
...
...
@@ -561,8 +561,11 @@ extern void i386_pe_record_exported_symbol PARAMS ((char *, int));
#undef STANDARD_INCLUDE_DIR
#define STANDARD_INCLUDE_DIR "/usr/include"
#undef MD_STARTFILE_PREFIX
#define MD_STARTFILE_PREFIX "/usr/lib/"
#undef STANDARD_STARTFILE_PREFIX
#define STANDARD_STARTFILE_PREFIX "/usr/lib/"
#define STANDARD_STARTFILE_PREFIX "/usr/lib/
mingw/
"
#undef TREE
...
...
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