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
3144998a
Commit
3144998a
authored
Apr 21, 2006
by
Steve Ellcey
Committed by
Steve Ellcey
Apr 21, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/pa/t-pa64: Add dependencies on $(GCC_PASSES).
From-SVN: r113141
parent
87b24aaf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
gcc/ChangeLog
+4
-0
gcc/config/pa/t-pa64
+4
-4
No files found.
gcc/ChangeLog
View file @
3144998a
2006
-
04
-
21
Steve
Ellcey
<
sje
@cup
.
hp
.
com
>
*
config
/
pa
/
t
-
pa64
:
Add
dependencies
on
$
(
GCC_PASSES
).
2006
-
04
-
21
Paul
Brook
<
paul
@codesourcery
.
com
>
2006
-
04
-
21
Paul
Brook
<
paul
@codesourcery
.
com
>
*
config
/
arm
/
arm
.
c
(
arm_override_options
)
:
Error
on
iWMMXt
and
*
config
/
arm
/
arm
.
c
(
arm_override_options
)
:
Error
on
iWMMXt
and
...
...
gcc/config/pa/t-pa64
View file @
3144998a
...
@@ -6,19 +6,19 @@ stublib.c: $(srcdir)/config/pa/stublib.c
...
@@ -6,19 +6,19 @@ stublib.c: $(srcdir)/config/pa/stublib.c
rm -f stublib.c
rm -f stublib.c
cp $(srcdir)/config/pa/stublib.c .
cp $(srcdir)/config/pa/stublib.c .
rfi-stub.o: stublib.c
rfi-stub.o: stublib.c
$(GCC_PASSES)
$(GCC_FOR_TARGET) -c -O2 -DL_register_frame_info stublib.c \
$(GCC_FOR_TARGET) -c -O2 -DL_register_frame_info stublib.c \
-o rfi-stub.o
-o rfi-stub.o
dfi-stub.o: stublib.c
dfi-stub.o: stublib.c
$(GCC_PASSES)
$(GCC_FOR_TARGET) -c -O2 -DL_deregister_frame_info stublib.c \
$(GCC_FOR_TARGET) -c -O2 -DL_deregister_frame_info stublib.c \
-o dfi-stub.o
-o dfi-stub.o
cxaf-stub.o: stublib.c
cxaf-stub.o: stublib.c
$(GCC_PASSES)
$(GCC_FOR_TARGET) -c -O2 -DL_cxa_finalize stublib.c \
$(GCC_FOR_TARGET) -c -O2 -DL_cxa_finalize stublib.c \
-o cxaf-stub.o
-o cxaf-stub.o
jvrc-stub.o: stublib.c
jvrc-stub.o: stublib.c
$(GCC_PASSES)
$(GCC_FOR_TARGET) -c -O2 -DL_Jv_RegisterClasses stublib.c \
$(GCC_FOR_TARGET) -c -O2 -DL_Jv_RegisterClasses stublib.c \
-o jvrc-stub.o
-o jvrc-stub.o
...
...
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