diff options
author | 2005-04-08 21:11:08 +0000 | |
---|---|---|
committer | 2005-04-08 21:11:08 +0000 | |
commit | fe696217b7faed623d31a3c2f8af0e510b49e8c5 (patch) | |
tree | 3ec1764361808f327bf0dc05d73169e58bd475ef /gnu/lib/libf2c | |
parent | remove junk not needed to build certpatch (diff) | |
download | wireguard-openbsd-fe696217b7faed623d31a3c2f8af0e510b49e8c5.tar.xz wireguard-openbsd-fe696217b7faed623d31a3c2f8af0e510b49e8c5.zip |
amd64 canonicalization.
ok deraadt@, pvalchev@
Diffstat (limited to 'gnu/lib/libf2c')
-rwxr-xr-x | gnu/lib/libf2c/config.guess | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/lib/libf2c/config.guess b/gnu/lib/libf2c/config.guess index e67c69a666f..c989465abca 100755 --- a/gnu/lib/libf2c/config.guess +++ b/gnu/lib/libf2c/config.guess @@ -196,9 +196,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} |