diff options
| author | Russ Cox <rsc@swtch.com> | 2020-01-09 20:08:10 -0500 |
|---|---|---|
| committer | Russ Cox <rsc@swtch.com> | 2020-01-09 20:08:10 -0500 |
| commit | 77a0a5b5194d4441c86de097f2aae297cb75e2c2 (patch) | |
| tree | dff7cb4628f2c5f7da665a7608647001302918e8 /buildEnvironmentVariables | |
| parent | 5aad8f3d6d24ee109ea23514862fa579191cb5e4 (diff) | |
| download | plan9port-77a0a5b5194d4441c86de097f2aae297cb75e2c2.tar.gz plan9port-77a0a5b5194d4441c86de097f2aae297cb75e2c2.zip | |
src: mv ../buildEnvironmentVariables mkhdr
Also note that the file must be valid shell and mk input.
For #321.
Diffstat (limited to 'buildEnvironmentVariables')
| -rw-r--r-- | buildEnvironmentVariables | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/buildEnvironmentVariables b/buildEnvironmentVariables deleted file mode 100644 index f6de1e35..00000000 --- a/buildEnvironmentVariables +++ /dev/null @@ -1,19 +0,0 @@ -SYSNAME=`uname` -OBJTYPE=`(uname -m -p 2>/dev/null || uname -m) | sed ' - s;.*i[3-6]86.*;386;; - s;.*i86pc.*;386;; - s;.*amd64.*;x86_64;; - s;.*x86_64.*;x86_64;; - s;.*armv.*;arm;g; - s;.*powerpc.*;power;g; - s;.*PowerMacintosh.*;power;g; - s;.*Power.Macintosh.*;power;g; - s;.*macppc.*;power;g; - s;.*mips.*;mips;g; - s;.*ppc64.*;power;g; - s;.*ppc.*;power;g; - s;.*alpha.*;alpha;g; - s;.*sun4u.*;sun4u;g; - s;.*aarch64.*;arm64; - s;.*arm64.*;arm64; -'` |
