Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
u-boot-2015.04
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor 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
vesta
u-boot-2015.04
Commits
b62bdffb
Commit
b62bdffb
authored
19 years ago
by
Wolfgang Denk
Browse files
Options
Downloads
Patches
Plain Diff
Adjust MAKEALL script for little endian MIPS build tests
parent
5ad2af34
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
MAKEALL
+14
-2
14 additions, 2 deletions
MAKEALL
with
14 additions
and
2 deletions
MAKEALL
+
14
−
2
View file @
b62bdffb
...
...
@@ -196,7 +196,7 @@ LIST_arm=" \
"
#########################################################################
## MIPS Systems
## MIPS Systems
(default = big endian)
#########################################################################
LIST_mips4kc
=
"incaip"
...
...
@@ -207,6 +207,18 @@ LIST_au1xx0="dbau1000 dbau1100 dbau1500 dbau1550 dbau1550_el"
LIST_mips
=
"
${
LIST_mips4kc
}
${
LIST_mips5kc
}
${
LIST_au1xx0
}
"
#########################################################################
## MIPS Systems (little endian)
#########################################################################
LIST_mips4kc_el
=
""
LIST_mips5kc_el
=
""
LIST_au1xx0_el
=
"dbau1550_el"
LIST_mips_el
=
"
${
LIST_mips4kc_el
}
${
LIST_mips5kc_el
}
${
LIST_au1xx0_el
}
"
#########################################################################
## i386 Systems
#########################################################################
...
...
@@ -263,7 +275,7 @@ do
ppc|5xx|5xxx|8xx|8220|824x|8260|83xx|85xx|4xx|7xx|74xx|
\
arm|SA|ARM7|ARM9|ARM11|pxa|ixp|
\
microblaze|
\
mips|
\
mips|
mips_el|
\
nios|nios2|
\
x86|I486
)
for
target
in
`
eval echo
'$LIST_'
${
arg
}
`
...
...
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