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
7c225121
Commit
7c225121
authored
Sep 01, 1999
by
Michael Meissner
Committed by
Michael Meissner
Sep 01, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
define HAVE_DOS_BASED_FILED_SYSTEM on cygwin
From-SVN: r29022
parent
1aaeb2f0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
gcc/ChangeLog
+4
-0
gcc/config/i386/xm-cygwin.h
+4
-0
No files found.
gcc/ChangeLog
View file @
7c225121
Tue
Aug
31
23
:
19
:
35
1999
Michael
Meissner
<
meissner
@cygnus
.
com
>
*
config
/
i386
/
xm
-
cygwin
.
h
(
HAVE_DOS_BASED_FILE_SYSTEM
)
:
Define
.
Tue
Aug
31
16
:
44
:
52
1999
Jeffrey
A
Law
(
law
@cygnus
.
com
)
Tue
Aug
31
16
:
44
:
52
1999
Jeffrey
A
Law
(
law
@cygnus
.
com
)
*
cse
.
c
(
delete_trivially_dead_insns
)
:
Do
not
delete
stores
to
*
cse
.
c
(
delete_trivially_dead_insns
)
:
Do
not
delete
stores
to
...
...
gcc/config/i386/xm-cygwin.h
View file @
7c225121
...
@@ -22,6 +22,10 @@ Boston, MA 02111-1307, USA. */
...
@@ -22,6 +22,10 @@ Boston, MA 02111-1307, USA. */
#define EXECUTABLE_SUFFIX ".exe"
#define EXECUTABLE_SUFFIX ".exe"
#define NO_SYS_SIGLIST 1
#define NO_SYS_SIGLIST 1
/* Even though Cygwin tries to hide the DOS based filesystem, it
still shows though at times. */
#define HAVE_DOS_BASED_FILE_SYSTEM
/* We support both "/" and "\" since everybody tests both but we
/* We support both "/" and "\" since everybody tests both but we
default to "/". This is important because if gcc produces Win32
default to "/". This is important because if gcc produces Win32
paths containing backslashes, make and configure may treat the
paths containing backslashes, make and configure may treat the
...
...
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