diff options
author | midipix <writeonce@midipix.org> | 2024-03-29 16:15:12 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-03-29 16:15:12 +0000 |
commit | 637ac5ddf9088246d0753dda010ebd303586871c (patch) | |
tree | 1b266ee6738eadd075e5cff712fb7276b53c7905 /src | |
parent | 55e42f2954ccd98e75706743e46e560a78f58fff (diff) | |
download | slibtool-637ac5ddf9088246d0753dda010ebd303586871c.tar.bz2 slibtool-637ac5ddf9088246d0753dda010ebd303586871c.tar.xz |
slbt_init_host_params(): set native mode based on the detected ar(1) as needed.
Diffstat (limited to 'src')
-rw-r--r-- | src/host/slbt_host_params.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/host/slbt_host_params.c b/src/host/slbt_host_params.c index d947b14..62249a9 100644 --- a/src/host/slbt_host_params.c +++ b/src/host/slbt_host_params.c @@ -316,6 +316,7 @@ slbt_hidden int slbt_init_host_params( if (ecode && !strcmp(host->host,SLBT_MACHINE)) { strcpy(drvhost->ar,"ar"); cfgmeta->ar = cfgnative; + fnative = true; } /* fdcwd */ |