Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
IOWRT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IOPSYS
IOWRT
Commits
56ed89f0
Commit
56ed89f0
authored
8 years ago
by
Florian Larysch
Committed by
Felix Fietkau
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
target: add cpu flags for powerpc64
Signed-off-by:
Florian Larysch
<
fl@n621.de
>
parent
0de93311
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/target.mk
+4
-0
4 additions, 0 deletions
include/target.mk
with
4 additions
and
0 deletions
include/target.mk
+
4
−
0
View file @
56ed89f0
...
@@ -205,6 +205,10 @@ ifeq ($(DUMP),1)
...
@@ -205,6 +205,10 @@ ifeq ($(DUMP),1)
CPU_CFLAGS_440
:=
-mcpu
=
440
CPU_CFLAGS_440
:=
-mcpu
=
440
CPU_CFLAGS_464fp
:=
-mcpu
=
464fp
CPU_CFLAGS_464fp
:=
-mcpu
=
464fp
endif
endif
ifeq
($(ARCH),powerpc64)
CPU_TYPE
?=
powerpc64
CPU_CFLAGS_powerpc64
:=
-mcpu
=
powerpc64
endif
ifeq
($(ARCH),sparc)
ifeq
($(ARCH),sparc)
CPU_TYPE
=
sparc
CPU_TYPE
=
sparc
CPU_CFLAGS_ultrasparc
=
-mcpu
=
ultrasparc
CPU_CFLAGS_ultrasparc
=
-mcpu
=
ultrasparc
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment