diff options
Diffstat (limited to 'gnu/lib/libreadline')
-rw-r--r-- | gnu/lib/libreadline/support/config.guess | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/lib/libreadline/support/config.guess b/gnu/lib/libreadline/support/config.guess index 8ef400b3333..4d04ede4d56 100644 --- a/gnu/lib/libreadline/support/config.guess +++ b/gnu/lib/libreadline/support/config.guess @@ -231,9 +231,6 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. echo "${machine}-${os}${release}" exit 0 ;; - amd64:OpenBSD:*:*) - echo x86_64-unknown-openbsd${UNAME_RELEASE} - exit 0 ;; *:OpenBSD:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} |