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
d7156fee
Commit
d7156fee
authored
Dec 02, 2000
by
Bruce Korb
Committed by
Bruce Korb
Dec 02, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable fixincludes for msdosdjgpp
From-SVN: r37956
parent
f7674545
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
+12
-2
gcc/ChangeLog
+5
-0
gcc/fixinc/mkfixinc.sh
+7
-2
No files found.
gcc/ChangeLog
View file @
d7156fee
2000-12-02 Bruce Korb <bkorb@gnu.org>
* fixnc/mkfixinc.sh(msdosdjgpp): remove from fixincludes exception list
(per Laurynas Biveinis <lauras@softhome.net>)
2000-12-02 Richard Earnshaw <rearnsha@arm.com>
* arm.h (ARM_REGNO_OK_FOR_BASE_P, THUMB_REGNO_MODE_OK_FOR_BASE_P): New
...
...
gcc/fixinc/mkfixinc.sh
View file @
d7156fee
...
...
@@ -45,6 +45,10 @@ case $machine in
fixincludes
=
fixinc.ptx
;;
i?86-
*
-msdosdjgpp
*
)
MAKE
=
"
${
MAKE
}
-f
${
srcdir
}
/Makefile.DOS srcdir=
${
srcdir
}
"
;;
alpha
*
-dec-vms
*
|
\
arm-semi-aout
|
armel-semi-aout
|
\
arm-semi-aof
|
armel-semi-aof
|
\
...
...
@@ -62,7 +66,7 @@ case $machine in
i?86-
*
-win32
|
\
i?86-
*
-pe
|
i?86-
*
-cygwin
*
|
\
i?86-
*
-mingw32
*
|
\
i?86-
*
-uwin
*
|
i?86-
*
-msdosdjgpp
*
|
\
i?86-
*
-uwin
*
|
\
mips-sgi-irix5cross64
|
\
powerpc-
*
-eabiaix
*
|
\
powerpc-
*
-eabisim
*
|
\
...
...
@@ -101,6 +105,7 @@ fi
# OK. We gotta make the thing.
# make and install either the binary or the default script
cmd
=
"
$MAKE
SHELL=
\"
$SHELL
\"
CC=
\"
$CC
\"
CFLAGS=
\"
$CFLAGS
\"
LDFLAGS=
\"
$LDFLAGS
\"
install-bin"
defs
=
"SHELL=
\"
$SHELL
\"
CC=
\"
$CC
\"
CFLAGS=
\"
$CFLAGS
\"
LDFLAGS=
\"
$LDFLAGS
\"
"
cmd
=
"
$MAKE
${
defs
}
install-bin"
echo
$cmd
eval
$cmd
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