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
a1e3399a
Commit
a1e3399a
authored
Jan 24, 2000
by
Christopher Faylor
Committed by
Michael Meissner
Jan 24, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include new cygwin include directories
From-SVN: r31595
parent
7a53e94b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
+8
-1
gcc/ChangeLog
+5
-0
gcc/config/i386/t-cygwin
+3
-1
No files found.
gcc/ChangeLog
View file @
a1e3399a
2000
-
01
-
24
Christopher
Faylor
<
cgf
@cygnus
.
com
>
*
config
/
i386
/
t
-
cygwin
:
Accomodate
new
winsup
directory
layout
when
searching
for
include
files
.
2000
-
01
-
24
Richard
Henderson
<
rth
@cygnus
.
com
>
*
rtl
.
def
:
Add
unordered
fp
comparisions
.
...
...
gcc/config/i386/t-cygwin
View file @
a1e3399a
...
...
@@ -10,7 +10,9 @@ LIMITS_H_TEST = true
# If we are building next to winsup, this will let us find the real
# limits.h when building libgcc2. Otherwise, winsup must be installed
# first.
LIBGCC2_INCLUDES = -I$(srcdir)/../winsup/include
LIBGCC2_INCLUDES = -I$(srcdir)/../winsup/include \
-I$(srcdir)/../winsup/cygwin/include \
-I$(srcdir)/../winsup/w32api/include
winnt.o: $(srcdir)/config/i386/winnt.c $(RTL_H) $(TREE_H)
$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(srcdir)/config/i386/winnt.c
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