You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
412 B
16 lines
412 B
export install="@INSTALL@" |
|
export bash="@BASH_SHELL@" |
|
export awk="@AWK@" |
|
export grep="@GREP@" |
|
export make="@MAKE@" |
|
export sed="@SED@" |
|
export libtool="@LIBTOOL@" |
|
export libtoolize="@LIBTOOLIZE@" |
|
export objcopy="@OBJCOPY@" |
|
export objdump="@OBJDUMP@" |
|
export readelf="@READELF@" |
|
export patch="@PATCH@" |
|
export md5sum="@md5sum@" |
|
export sha1sum="@sha1sum@" |
|
export sha256sum="@sha256sum@" |
|
export sha512sum="@sha512sum@"
|
|
|