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
85bdb999
Commit
85bdb999
authored
6 years ago
by
Jason Hiser
Browse files
Options
Downloads
Patches
Plain Diff
updated to not override settings of PS_OBJCOPY, etc
Former-commit-id:
b7e751f1
parent
07a238b8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#2159
canceled
6 years ago
Stage: clean
Stage: build
Stage: test
Changes
1
Pipelines
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 @
85bdb999
export PS_OBJDUMP=objdump
export PS_OBJCOPY=objcopy
export PS_READELF=readelf
export PS_NM=nm
export PS_STRIP=strip
export PS_DATE="date --iso-8601=seconds"
export PS_TAR=tar
export PS_MD5SUM=md5sum
export PS_TIMEOUT=timeout
export PS_GREP=grep
if [[ -z $PS_OBJDUMP ]]; then
export PS_OBJDUMP=objdump
; fi
if [[ -z $PS_OBJCOPY ]] ; then
export PS_OBJCOPY=objcopy
; fi
if [[ -z $PS_READELF ]] ; then
export PS_READELF=readelf
; fi
if [[ -z $PS_NM ]] ; then
export PS_NM=nm
; fi
if [[ -z $PS_STRIP ]] ; then
export PS_STRIP=strip
; fi
if [[ -z $PS_DATE ]] ; then
export PS_DATE="date --iso-8601=seconds"
; fi
if [[ -z $PS_TAR ]] ; then
export PS_TAR=tar
; fi
if [[ -z $PS_MD5SUM ]] ; then
export PS_MD5SUM=md5sum
; fi
if [[ -z $PS_TIMEOUT ]] ; then
export PS_TIMEOUT=timeout
; fi
if [[ -z $PS_GREP ]] ; then
export PS_GREP=grep
; fi
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