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
71608195
Commit
71608195
authored
May 18, 2000
by
Chris Demetriou
Committed by
Jeff Law
May 18, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (hash.h): Delete a redundant use of gawk and sed.
From-SVN: r34002
parent
46543024
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
gcc/ch/ChangeLog
+4
-0
gcc/ch/Makefile.in
+2
-4
No files found.
gcc/ch/ChangeLog
View file @
71608195
2000-05-18 Chris Demetriou <cgd@netbsd.org>
* Makefile.in (hash.h): Delete a redundant use of gawk and sed.
Wed May 17 17:27:44 2000 Andrew Cagney <cagney@b1.cygnus.com>
* decl.c (c_decode_option): Update -Wall unused flags by
...
...
gcc/ch/Makefile.in
View file @
71608195
...
...
@@ -250,16 +250,14 @@ CHILL_TREE_H = $(TREE_H) ch-tree.h ch-tree.def
# one all lowercase. The hash table ends up with both sets in it.
$(srcdir)/hash.h
:
sed
-e
'1,/^%%/d'
<
$(srcdir)
/gperf |
\
sed
'/^[^a-zA-Z]/d'
| tr
"[a-z]"
"[A-Z]"
>
gperf.tmp
gawk
'{ printf ("s/^%s,/%s,/\n", $$1, toupper ($$1)) }'
< gperf.tmp
>
sed.tmp
sed
-f
sed.tmp < gperf.tmp
>
gperf.tmp2
sed
'/^[^a-zA-Z]/d'
| tr
"[a-z]"
"[A-Z]"
>
gperf.tmp2
cat
$(srcdir)
/gperf gperf.tmp2
>
gperf.tmp
gperf
-L
C
-F
', 0, 0, 0'
-D
-E
-S1
-p
-j1
-i
1
-g
-o
-t
-k
'*'
\
gperf.tmp
>
$(srcdir)
/hash.h
||
(
\
echo
"Please update your 'gperf' from the GCC infrastructure"
>
&2
;
\
echo
" ftp://sourceware.cygnus.com/pub/egcs/infrastructure/gperf*"
>
&2
;
\
exit
1
)
$(RM)
gperf.tmp gperf.tmp2
sed.tmp
$(RM)
gperf.tmp gperf.tmp2
actions.o
:
actions.c $(CONFIG_H) $(CHILL_TREE_H) actions.h $(RTL_H)
\
lex.h $(srcdir)/../flags.h $(srcdir)/../input.h
\
...
...
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