Skip to content
Snippets Groups Projects
Commit 13fd71fa authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

Merge branch 'arm_port'

Former-commit-id: a273eedf
parents 9ad3abf3 85bdb999
No related branches found
No related tags found
No related merge requests found
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment