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
b7e751f1
Commit
b7e751f1
authored
6 years ago
by
Jason Hiser
Browse files
Options
Downloads
Patches
Plain Diff
updated to not override settings of PS_OBJCOPY, etc
parent
8e1e4a05
No related branches found
No related tags found
No related merge requests found
Pipeline
#923
passed
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 @
b7e751f1
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
85bdb999
·
6 years ago
mentioned in commit
85bdb999
mentioned in commit 85bdb999477ef4c7c8a969962cc34f735f2c173d
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