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
0268c501
Commit
0268c501
authored
Feb 26, 2000
by
Mark Elbrecht
Committed by
Jeff Law
Feb 25, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* i386/djgpp.h (CPP_PREDEFINES): Remove Unix defines.
From-SVN: r32168
parent
0cb5d81c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
gcc/ChangeLog
+4
-0
gcc/config/i386/djgpp.h
+1
-2
No files found.
gcc/ChangeLog
View file @
0268c501
2000
-
02
-
25
Mark
Elbrecht
<
snowball3
@bigfoot
.
com
>
*
i386
/
djgpp
.
h
(
CPP_PREDEFINES
)
:
Remove
Unix
defines
.
2000
-
02
-
25
John
Wehle
(
john
@feith
.
com
)
*
rtlanal
.
c
(
find_last_value
)
:
Allow
NULL_RTX
for
valid_to
.
...
...
gcc/config/i386/djgpp.h
View file @
0268c501
...
...
@@ -81,8 +81,7 @@ Boston, MA 02111-1307, USA. */
(((NAME)[0] >= 'A') && ((NAME)[0] <= 'z') && ((NAME)[1] == ':')))
#undef CPP_PREDEFINES
#define CPP_PREDEFINES "-Dunix -DGO32 -DDJGPP=2 -DMSDOS \
-Asystem(unix) -Asystem(msdos)"
#define CPP_PREDEFINES "-DGO32 -DDJGPP=2 -DMSDOS -Asystem(msdos)"
/* Include <sys/version.h> so __DJGPP__ and __DJGPP_MINOR__ are defined. */
#undef CPP_SPEC
...
...
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