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
5b87e928
Commit
5b87e928
authored
24 years ago
by
Richard Henderson
Committed by
Richard Henderson
24 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* fixinc/mkfixinc.sh: Don't disable fixincludes for any linux*.
From-SVN: r37533
parent
c55d2670
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
gcc/ChangeLog
+4
-0
gcc/fixinc/mkfixinc.sh
+1
-3
No files found.
gcc/ChangeLog
View file @
5b87e928
2000-11-17 Richard Henderson <rth@redhat.com>
* fixinc/mkfixinc.sh: Don't disable fixincludes for any linux*.
2000-11-17 Jim Wilson <wilson@redhat.com>
* config/ia64/ia64.c (emit_insn_group_barriers, case CALL_INSN):
...
...
This diff is collapsed.
Click to expand it.
gcc/fixinc/mkfixinc.sh
View file @
5b87e928
...
...
@@ -13,7 +13,7 @@ echo constructing ${target} for $machine
fixincludes
=
"
${
machine
}
"
case
$machine
in
i[34567]86
-
*
-linux
*
)
*
-
*
-linux
*
)
:
;;
...
...
@@ -32,7 +32,6 @@ case $machine in
;;
*
-
*
-netbsd
*
|
\
alpha
*
-
*
-linux
*
libc1
*
|
\
i?86-
*
-openbsd
*
)
fixincludes
=
fixinc.wrap
;;
...
...
@@ -57,7 +56,6 @@ case $machine in
hppa1.0-
*
-bsd
*
|
\
hppa
*
-
*
-lites
*
|
\
*
-
*
-beos
*
|
\
*
-
*
-linux
*
|
\
*
-
*
-gnu
*
|
\
i?86-moss-msdos
*
|
i?86-
*
-moss
*
|
\
i?86-
*
-osf1
*
|
\
...
...
This diff is collapsed.
Click to expand it.
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