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
b1a0b75d
Commit
b1a0b75d
authored
May 05, 2000
by
Bruce Korb
Committed by
Bruce Korb
May 05, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve the matching for make target names
From-SVN: r33718
parent
4ebe197a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
gcc/ChangeLog
+4
-0
gcc/fixinc/genfixes
+4
-4
No files found.
gcc/ChangeLog
View file @
b1a0b75d
2000
-
05
-
05
Bruce
Korb
<
bkorb
@gnu
.
org
>
*
fixinc
/
genfixes
:
Improve
the
matching
for
make
target
names
2000
-
05
-
05
Catherine
Moore
<
clm
@cygnus
.
com
>
*
c
-
common
.
c
(
decl_attributes
)
:
For
TYPE_DECLs
attach
the
...
...
gcc/fixinc/genfixes
View file @
b1a0b75d
...
...
@@ -70,7 +70,7 @@ AG="autogen $AG"
set
-e
case
"
$1
"
in
inclhack.sh
)
inclhack.sh
|
*
/inclhack.sh
)
if
(
autogen
--help
>
/dev/null 2>&1
)
then
echo
AutoGen-ing inclhack.sh
...
...
@@ -83,7 +83,7 @@ inclhack.sh )
fi
;;
fixincl.x
)
fixincl.x
|
*
/fixincl.x
)
if
(
autogen
--help
>
/dev/null 2>&1
)
then
echo
AutoGen-ing fixincl.x
...
...
@@ -96,7 +96,7 @@ fixincl.x )
fi
;;
fixincl.sh
)
fixincl.sh
|
*
/fixincl.sh
)
if
(
autogen
--help
>
/dev/null 2>&1
)
then
echo
AutoGen-ing fixincl.sh
...
...
@@ -109,7 +109,7 @@ fixincl.sh )
fi
;;
machname.h
)
machname.h
|
*
/machname.h
)
# This script extracts from the specs file all the predefined macros
# that are not in the C89 reserved namespace (the reserved namespace
# is all identifiers beginnning with two underscores or one underscore
...
...
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