summaryrefslogtreecommitdiff
path: root/gprof
diff options
context:
space:
mode:
authorAlexander von Gluck IV <kallisti5@unixzen.com>2021-09-02 12:19:14 +0100
committerNick Clifton <nickc@redhat.com>2021-09-02 12:19:14 +0100
commitd85e70a35bffa755fd3e9f4ccc6bf6c64953e85d (patch)
tree4fe42b81c0faa1a152338545a5318863f7fbbc41 /gprof
parent718aefcf55cc5a9de3f73d9a37259f8f792b1cef (diff)
downloadbinutils-gdb-d85e70a35bffa755fd3e9f4ccc6bf6c64953e85d.tar.gz
Add support for the haiku operating system. These are the os support patches we have been grooming and maintaining for quite a few years over on git.haiku-os.org. All of these architectures are working and most have been stable for quite some time.
Diffstat (limited to 'gprof')
-rwxr-xr-xgprof/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/configure b/gprof/configure
index 5703bba4462..f88c0ea48c3 100755
--- a/gprof/configure
+++ b/gprof/configure
@@ -9762,7 +9762,7 @@ haiku*)
soname_spec='${libname}${release}${shared_ext}$major'
shlibpath_var=LIBRARY_PATH
shlibpath_overrides_runpath=yes
- sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
+ sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
hardcode_into_libs=yes
;;