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
ce675456
Commit
ce675456
authored
Feb 09, 2001
by
Christopher Faylor
Committed by
Christopher Faylor
Feb 09, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/i386/t-cygwin (T_CPPFLAGS): Use correct location for CYGWIN_CROSS_DIR.
From-SVN: r39569
parent
cc0744d1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/ChangeLog
+5
-0
gcc/config/i386/t-cygwin
+1
-1
No files found.
gcc/ChangeLog
View file @
ce675456
Fri Feb 9 15:05:27 2001 Christopher Faylor <cgf@cygnus.com>
* config/i386/t-cygwin (T_CPPFLAGS): Use correct location for
CYGWIN_CROSS_DIR.
2001-02-09 Alexandre Oliva <aoliva@redhat.com>
* config/sh/sh.md (sibcalli, sibcalli_pcrel, sibcalli): Set
...
...
gcc/config/i386/t-cygwin
View file @
ce675456
...
...
@@ -7,7 +7,7 @@ LIB1ASMFUNCS = _chkstk
# the build, it may not be installed yet.
LIMITS_H_TEST = true
T_CPPFLAGS=-DCYGWIN_CROSS_DIR=\"$(
libsubdir)/$(unlibsubdir)/..`echo $(exec_prefix) | sed -e 's|^$(prefix)||' -e 's|/[^/]*|/..|g'`
\"
T_CPPFLAGS=-DCYGWIN_CROSS_DIR=\"$(
build_tooldir)
\"
# If we are building next to winsup, this will let us find the real
# limits.h when building libgcc2. Otherwise, winsup must be installed
...
...
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