Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
Zipr Toolchain
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
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
Open Source Software
Zipr Toolchain
Commits
a273eedf
Commit
a273eedf
authored
6 years ago
by
Jason Hiser
Browse files
Options
Downloads
Plain Diff
Merge branch 'arm_port'
parents
23443be2
b7e751f1
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
set_command_envs
+10
-10
10 additions, 10 deletions
set_command_envs
with
10 additions
and
10 deletions
set_command_envs
+
10
−
10
View file @
a273eedf
export PS_OBJDUMP=objdump
if [[ -z $PS_OBJDUMP ]]; then
export PS_OBJDUMP=objdump
; fi
export PS_OBJCOPY=objcopy
if [[ -z $PS_OBJCOPY ]] ; then
export PS_OBJCOPY=objcopy
; fi
export PS_READELF=readelf
if [[ -z $PS_READELF ]] ; then
export PS_READELF=readelf
; fi
export PS_NM=nm
if [[ -z $PS_NM ]] ; then
export PS_NM=nm
; fi
export PS_STRIP=strip
if [[ -z $PS_STRIP ]] ; then
export PS_STRIP=strip
; fi
export PS_DATE="date --iso-8601=seconds"
if [[ -z $PS_DATE ]] ; then
export PS_DATE="date --iso-8601=seconds"
; fi
export PS_TAR=tar
if [[ -z $PS_TAR ]] ; then
export PS_TAR=tar
; fi
export PS_MD5SUM=md5sum
if [[ -z $PS_MD5SUM ]] ; then
export PS_MD5SUM=md5sum
; fi
export PS_TIMEOUT=timeout
if [[ -z $PS_TIMEOUT ]] ; then
export PS_TIMEOUT=timeout
; fi
export PS_GREP=grep
if [[ -z $PS_GREP ]] ; then
export PS_GREP=grep
; fi
This diff is collapsed.
Click to expand it.
Jason Hiser
@jdh8d
mentioned in commit
13fd71fa
·
6 years ago
mentioned in commit
13fd71fa
mentioned in commit 13fd71fa5242bcdb5f359cf85fffcf1b1569025b
Toggle commit list
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