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
15e3d4f1
Commit
15e3d4f1
authored
Mar 24, 2014
by
Rainer Orth
Committed by
Rainer Orth
Mar 24, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Have s-macro_list depend on cc1
* Makefile.in (s-macro_list): Depend on cc1. From-SVN: r208786
parent
15c60250
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/Makefile.in
+1
-1
No files found.
gcc/ChangeLog
View file @
15e3d4f1
2014-03-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* Makefile.in (s-macro_list): Depend on cc1.
2014-03-23 Teresa Johnson <tejohnson@google.com>
2014-03-23 Teresa Johnson <tejohnson@google.com>
* ipa-utils.c (ipa_print_order): Use specified dump file.
* ipa-utils.c (ipa_print_order): Use specified dump file.
...
...
gcc/Makefile.in
View file @
15e3d4f1
...
@@ -2653,7 +2653,7 @@ install-gcc-tooldir:
...
@@ -2653,7 +2653,7 @@ install-gcc-tooldir:
$(mkinstalldirs)
$(DESTDIR)$(gcc_tooldir)
$(mkinstalldirs)
$(DESTDIR)$(gcc_tooldir)
macro_list
:
s-macro_list; @true
macro_list
:
s-macro_list; @true
s-macro_list
:
$(GCC_PASSES)
s-macro_list
:
$(GCC_PASSES)
cc1$(exeext)
echo
|
$(GCC_FOR_TARGET)
-E
-dM
- |
\
echo
|
$(GCC_FOR_TARGET)
-E
-dM
- |
\
sed
-n
-e
's/^#define \([^_][a-zA-Z0-9_]*\).*/\1/p'
\
sed
-n
-e
's/^#define \([^_][a-zA-Z0-9_]*\).*/\1/p'
\
-e
's/^#define \(_[^_A-Z][a-zA-Z0-9_]*\).*/\1/p'
|
\
-e
's/^#define \(_[^_A-Z][a-zA-Z0-9_]*\).*/\1/p'
|
\
...
...
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