Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lede-mikrotik
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Johannes Rudolph
lede-mikrotik
Commits
8188542e
Commit
8188542e
authored
9 years ago
by
John Crispin
Browse files
Options
Downloads
Patches
Plain Diff
include: add Cortex-A53 CPU_TYPE
Signed-off-by:
Álvaro Fernández Rojas
<
noltari@gmail.com
>
SVN-Revision: 48964
parent
baf0b186
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/target.mk
+1
-0
1 addition, 0 deletions
include/target.mk
with
1 addition
and
0 deletions
include/target.mk
+
1
−
0
View file @
8188542e
...
...
@@ -237,6 +237,7 @@ ifeq ($(DUMP),1)
CPU_CFLAGS_cortex-a8
=
-march
=
armv7-a
-mtune
=
cortex-a8
CPU_CFLAGS_cortex-a9
=
-march
=
armv7-a
-mtune
=
cortex-a9
CPU_CFLAGS_cortex-a15
=
-march
=
armv7-a
-mtune
=
cortex-a15
CPU_CFLAGS_cortex-a53
=
-march
=
armv8-a
-mtune
=
cortex-a53
CPU_CFLAGS_fa526
=
-march
=
armv4
-mtune
=
fa526
CPU_CFLAGS_mpcore
=
-march
=
armv6k
-mtune
=
mpcore
CPU_CFLAGS_xscale
=
-march
=
armv5te
-mtune
=
xscale
...
...
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