Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
reform-boundary-uboot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Reform
reform-boundary-uboot
Commits
b4ab7d42
Commit
b4ab7d42
authored
6 years ago
by
Gary Bisson
Browse files
Options
Downloads
Patches
Plain Diff
make_boundary: export ARCH and CROSS_COMPILE to fix jenkins build
Signed-off-by:
Gary Bisson
<
gary.bisson@boundarydevices.com
>
parent
3d2b2cec
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
make_boundary
+4
-4
4 additions, 4 deletions
make_boundary
with
4 additions
and
4 deletions
make_boundary
+
4
−
4
View file @
b4ab7d42
...
...
@@ -11,11 +11,11 @@ for board in $boards ; do
if [ $board != "mx6qsabrelite" ] ; then
cnt=`sed -n "/CONFIG_ARCH_MX8M=/=" configs/${board}_defconfig`
if [ "${cnt}" != "" ] ; then
ARCH=arm64
CROSS_COMPILE=aarch64-linux-gnu-
export
ARCH=arm64
export
CROSS_COMPILE=aarch64-linux-gnu-
else
ARCH=arm
CROSS_COMPILE=arm-linux-gnueabihf-
export
ARCH=arm
export
CROSS_COMPILE=arm-linux-gnueabihf-
fi
make distclean ; make ${board}_defconfig
...
...
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