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
c3226462
Commit
c3226462
authored
May 19, 2001
by
Bruce Korb
Committed by
Bruce Korb
May 19, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not use two warnings when one will do
From-SVN: r42323
parent
85b94003
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
13 deletions
+9
-13
gcc/ChangeLog
+4
-0
gcc/fixinc/genfixes
+5
-13
No files found.
gcc/ChangeLog
View file @
c3226462
2001
-
05
-
19
Bruce
Korb
<
bkorb
@gnu
.
org
>
*
fixinc
/
genfixes
:
no
need
for
two
warnings
2001
-
05
-
19
Mark
Mitchell
<
mark
@codesourcery
.
com
>
*
jump
.
c
(
jump_optimize_1
)
:
Tidy
.
...
...
gcc/fixinc/genfixes
View file @
c3226462
...
...
@@ -66,25 +66,17 @@ fi
AG
=
"autogen
$AG
"
set
-e
if
[
-z
"
`
${
AG
}
-v
| fgrep
'Ver. 5.'
`
"
]
then
echo
"Your AutoGen is either out of date or not available"
>
&2
echo
"Please get AutoGen5 from ftp.gnu.org/gnu/autogen"
>
&2
touch
$@
exit
0
fi
case
"
$1
"
in
fixincl.x
|
*
/fixincl.x
)
if
(
${
AG
}
--help
>
/dev/null 2>&1
)
if
[
-z
"
`
${
AG
}
-v
| fgrep
'Ver. 5.'
`
"
]
then
echo
AutoGen-ing fixincl.x
$AG
inclhack.def
else
echo
"AutoGen does not appear to be correctly installed."
echo
"AutoGen appears to be out of date or not correctly installed."
echo
"Please download and install:"
echo
" ftp://gcc.gnu.org/pub/gcc/infrastructure/autogen.tar.gz"
touch fixincl.x
else
echo
AutoGen-ing fixincl.x
$AG
inclhack.def
fi
;;
...
...
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