mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-06 14:22:31 -07:00
Replace call to arch with uname -a to work on more platforms
Copied from Perforce Change: 20783 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
8a630f44e5
commit
f630a02efd
1 changed files with 1 additions and 1 deletions
|
|
@ -209,5 +209,5 @@ sub identify_unix {
|
|||
}
|
||||
&comvar("c_version", "gcc -v", "version");
|
||||
&comvar("OS", "uname", "");
|
||||
&comvar("arch", "arch", "");
|
||||
&comvar("arch", "uname -a", "");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue