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
dedcc399
Commit
dedcc399
authored
Oct 29, 1998
by
Mark Elbrecht
Committed by
Jeff Law
Oct 29, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure.in (msdosdjgpp): Set exeext and target_alias.
From-SVN: r23445
parent
0999b4b8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
0 deletions
+10
-0
gcc/ChangeLog
+4
-0
gcc/configure
+0
-0
gcc/configure.in
+6
-0
No files found.
gcc/ChangeLog
View file @
dedcc399
Fri
Oct
30
00
:
42
:
34
1998
Mark
Elbrecht
<
snowball3
@usa
.
net
>
*
configure
.
in
(
msdosdjgpp
)
:
Set
exeext
and
target_alias
.
Thu
Oct
29
23
:
55
:
43
1998
Bernd
Schmidt
<
crux
@pool
.
informatik
.
rwth
-
aachen
.
de
>
*
flow
.
c
(
XNMALLOC
)
:
New
macro
.
...
...
gcc/configure
View file @
dedcc399
This diff is collapsed.
Click to expand it.
gcc/configure.in
View file @
dedcc399
...
...
@@ -1190,6 +1190,12 @@ changequote([,])dnl
tmake_file=i386/t-go32
gnu_ld=yes
gas=yes
exeext=.exe
case $host in
*pc-msdosdjgpp*)
target_alias=djgpp
;;
esac
;;
changequote(,)dnl
i[34567]86-moss-msdos* | i[34567]86-*-moss*)
...
...
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