Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FreeBSD/amd64 not identified correctly #2328

Closed
vicuna opened this issue Mar 10, 2004 · 2 comments
Closed

FreeBSD/amd64 not identified correctly #2328

vicuna opened this issue Mar 10, 2004 · 2 comments
Labels

Comments

@vicuna
Copy link

vicuna commented Mar 10, 2004

Original bug ID: 2328
Reporter: administrator
Status: closed
Resolution: fixed
Priority: normal
Severity: minor
Category: ~DO NOT USE (was: OCaml general)

Bug description

Full_Name: Ville-Pertti Keinonen
Version: CVS
OS: FreeBSD/amd64
Submission from: fa-3-0-0.fw.exomi.com (217.169.64.99)

Due to config.sub canonicalization, amd64--freebsd is transformed to
x86_64-
-freebsd. To correctly identify:

RCS file: /caml/ocaml/configure,v
retrieving revision 1.206
diff -u -r1.206 configure
--- configure 2004/02/02 22:05:37 1.206
+++ configure 2004/03/10 10:29:31
@@ -562,6 +562,7 @@
ia64--linux) arch=ia64; system=linux;;
ia64--freebsd) arch=ia64; system=freebsd;;
amd64--freebsd) arch=amd64; system=freebsd;;

  • x86_64--freebsd) arch=amd64; system=freebsd;;
    x86_64--linux) arch=amd64; system=linux;;
    esac
@vicuna
Copy link
Author

vicuna commented Apr 13, 2004

Comment author: administrator

Full_Name: Ville-Pertti Keinonen

Due to config.sub canonicalization, amd64--freebsd is transformed to
x86_64-
-freebsd. To correctly identify:

Thank you for the report and for the patch. I have incorporated it in the CVS
version.

-- Damien

@vicuna
Copy link
Author

vicuna commented Apr 13, 2004

Comment author: administrator

patched DD 2004-04-13

@vicuna vicuna closed this as completed Apr 13, 2004
@vicuna vicuna added the bug label Mar 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant