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

ocaml on FreeBSD IA64 #8468

Closed
vicuna opened this issue Feb 2, 2004 · 2 comments
Closed

ocaml on FreeBSD IA64 #8468

vicuna opened this issue Feb 2, 2004 · 2 comments

Comments

@vicuna
Copy link

vicuna commented Feb 2, 2004

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

Bug description

Full_Name: Tilman Linneweh
Version: 3.07
OS: FreeBSD ia64
Submission from: 21322530218.direct.eti.at (213.225.30.218)

To make ocaml work on FreeBSD IA64 the following delta's are needed for
configure:

--- configure.orig Thu Sep 25 01:17:13 2003
+++ configure Mon Feb 2 04:21:43 2004
@@ -559,6 +559,8 @@
powerpc--darwin) arch=power; model=ppc; system=rhapsody;;
arm*--linux) arch=arm; system=linux;;
ia64--linux) arch=ia64; system=linux;;

  • ia64--freebsd) arch=ia64; system=freebsd;;
  • amd64--freebsd) arch=amd64; system=freebsd;;
    x86_64--linux) arch=amd64; system=linux;;
    esac

@@ -621,7 +623,7 @@
power,,bsd) aspp='gcc'; asppflags='-c -DSYS_$(SYSTEM)';;
power,
,rhapsody) ;;
arm,*,linux) aspp='gcc'; asppflags='-c -DSYS_$(SYSTEM)';;

  • ia64,*,linux) asflags=-xexplicit
  • ia64,,) asflags=-xexplicit
    aspp='gcc'; asppflags='-c -DSYS_$(SYSTEM)
    -Wa,-xexplicit';;
    amd64,,) aspp='gcc'; asppflags='-c -DSYS_$(SYSTEM)';;
    esac
@vicuna
Copy link
Author

vicuna commented Feb 2, 2004

Comment author: administrator

Full_Name: Tilman Linneweh

To make ocaml work on FreeBSD IA64 the following delta's are needed for
configure:
[...]

Thanks for the patch. I've integrated it in the CVS version.

-- Damien

@vicuna
Copy link
Author

vicuna commented Feb 2, 2004

Comment author: administrator

included 2004-02-02 -DD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant