diff options
author | Vladimir Mezentsev <vladimir.mezentsev@oracle.com> | 2022-05-05 00:08:19 -0700 |
---|---|---|
committer | Vladimir Mezentsev <vladimir.mezentsev@oracle.com> | 2022-05-05 10:12:12 -0700 |
commit | 1653ae5b8440e2182ac86974b99b603bc15aa163 (patch) | |
tree | 46ee57c150b994faa57cfe16f9aff5b1bbb37bde /gprofng/libcollector/configure | |
parent | d890c720b8c4daf8892a175296d8e88ec992c92d (diff) | |
download | gdb-1653ae5b8440e2182ac86974b99b603bc15aa163.zip gdb-1653ae5b8440e2182ac86974b99b603bc15aa163.tar.gz gdb-1653ae5b8440e2182ac86974b99b603bc15aa163.tar.bz2 |
gprofng: use $host instead $target
By mistake, $target was used instead of $host to configure the gprogng build.
gprofng/ChangeLog
2022-04-28 Vladimir Mezentsev <vladimir.mezentsev@oracle.com>
PR gprofng/29113
PR gprofng/29116
* configure.ac: Use $host instead $target.
* libcollector/configure.ac: Likewise.
* configure: Rebuild.
* libcollector/configure: Rebuild.
Diffstat (limited to 'gprofng/libcollector/configure')
-rwxr-xr-x | gprofng/libcollector/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gprofng/libcollector/configure b/gprofng/libcollector/configure index 0afa31d..687a6ee 100755 --- a/gprofng/libcollector/configure +++ b/gprofng/libcollector/configure @@ -15475,7 +15475,7 @@ if test "$enable_shared" != "yes"; then fi GPROFNG_VARIANT=unknown -case "${target}" in +case "${host}" in x86_64-*-linux*) GPROFNG_VARIANT=amd64-Linux ;; |