Ticket #5828 (closed bug: fixed)

Opened 4 months ago

Last modified 3 months ago

OSHaiku

Reported by: donn Owned by: igloo
Priority: normal Milestone: 7.4.2
Component: Compiler Version: 7.4.1-rc2
Keywords: Cc:
Operating System: Other Architecture: Unknown/Multiple
Type of failure: Building GHC failed Difficulty: Unknown
Test Case: Blocked By:
Blocking: Related Tickets:

Description

Since OSUnknown doesn't specify ELF platform, we need OSHaiku in compiler/utils/Platform.hs

1. OSHaiku (ca. line 56)

2. osElfTarget OSHaiku = True (ca. line 86)

3. (and in aclocal.m4 - untested) haiku case for OSHaiku, ca. line 224

(I don't see a ticket for it, but same fix was applied for NetBSD between 7.2 and 7.4.)

Change History

Changed 4 months ago by donn

  • version changed from 7.2.2 to 7.4.1-rc2

Changed 4 months ago by igloo

  • owner set to igloo
  • difficulty set to Unknown
  • milestone set to 7.4.2

Changed 3 months ago by p.capriotti@…

commit 28f783f1c367784e0adcac2447682061a38f2ba3

Author: Paolo Capriotti <p.capriotti@gmail.com>
Date:   Wed Mar 7 14:20:31 2012 +0000

    Add Haiku platform (#5828)

 aclocal.m4                 |    5 ++++-
 compiler/utils/Platform.hs |    2 ++
 2 files changed, 6 insertions(+), 1 deletions(-)

Changed 3 months ago by pcapriotti

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.