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
8df1d91a
Commit
8df1d91a
authored
Apr 07, 1999
by
Geoffrey Noer
Committed by
Jeff Law
Apr 06, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure.in: Check cygwin*, not cygwin32*.
From-SVN: r26235
parent
554241c3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
libio/ChangeLog
+4
-0
libio/configure.in
+1
-1
No files found.
libio/ChangeLog
View file @
8df1d91a
...
...
@@ -31,6 +31,10 @@ Fri Mar 5 01:15:15 1999 H.J. Lu (hjl@gnu.org)
* iovsprintf.c: Likewise.
* iovsscanf.c: Likewise.
Sun Feb 28 22:39:17 1999 Geoffrey Noer <noer@cygnus.com>
* configure.in: Check cygwin*, not cygwin32*.
Wed Feb 10 09:25:48 1999 Mumit Khan <khan@xraylith.wisc.edu>
* gen-params (VTABLE_LABEL_PREFIX): Handle windows32.
...
...
libio/configure.in
View file @
8df1d91a
...
...
@@ -147,7 +147,7 @@ LIBDIR=yes
TO_TOPDIR=../
ALL='$(_G_CONFIG_H) libio.a libiostream.a iostream.list'
case "${target}" in
*-*-cygwin
32
*)
*-*-cygwin*)
XCINCLUDES='-I. -I$(srcdir) -I$(srcdir)/../winsup/include'
XCXXINCLUDES='-I. -I$(srcdir) -I$(srcdir)/../winsup/include'
;;
...
...
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