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

Compilateur natif sous FreeBSD pour AMD64 #8411

Closed
vicuna opened this issue Dec 12, 2003 · 1 comment
Closed

Compilateur natif sous FreeBSD pour AMD64 #8411

vicuna opened this issue Dec 12, 2003 · 1 comment
Labels

Comments

@vicuna
Copy link

vicuna commented Dec 12, 2003

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

Bug description

Full_Name: Stéphane Legrand
Version: 3.07+2
OS: FreeBSD
Submission from: lns-th2-4f-81-56-223-84.adsl.proxad.net (81.56.223.84)

Bonjour,

Avec le mini-patch trivial ci-dessous, la compilation du compilateur natif sous
FreeBSD/AMD64 "passe" sans problème. J'ai fait quelques tests très basiques et
je n'ai pas constaté d'erreur avec les exécutables natifs générés.

Version FreeBSD : 5.2-CURRENT
Machine : Rioworks HDAMA - 2 x 1.8GHz Opteron 244, 8 Go de mémoire

Diff sur le fichier "configure" :

--- configure.orig Fri Dec 12 08:01:42 2003
+++ configure Fri Dec 12 07:59:31 2003
@@ -559,6 +559,7 @@
powerpc--darwin) arch=power; model=ppc; system=rhapsody;;
arm*--linux) arch=arm; system=linux;;
ia64--linux) arch=ia64; system=linux;;

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

vicuna commented Feb 15, 2004

Comment author: administrator

Merged by DD 2004-02-04

@vicuna vicuna closed this as completed Feb 15, 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