Opened 14 years ago

Closed 14 years ago

Last modified 6 years ago

#9283 closed patch

AMIGAOS4: Typo in configure

Reported by: raziel- Owned by: jvprat
Priority: normal Component: Port: AmigaOS4
Version: Keywords:
Cc: Game:

Description

In configure is a typo "newib" instead of "newlib"

I'd also like to get rid of the "SDK:" in favour of the unix paths "/sdk/". While it "works" here it may break in future

The diff attached might not work on git, i constructed it using svn and updating it to the git revision used

Thank you

Index: configure

--- configure (revision 55906) +++ configure (working copy) @@ -1492,7 +1492,7 @@ case $_host_os in amigaos*) CXXFLAGS="$CXXFLAGS -mcrt=newlib -mstrict-align -mcpu=750 -mtune=7400" - LDFLAGS="$LDFLAGS -mcrt=newlib -use-dynld -LSDK:Local/newib/lib" + LDFLAGS="$LDFLAGS -mcrt=newlib -use-dynld -L/sdk/local/newlib/lib" # We have to use 'long' for our 4 byte typedef because AmigaOS already typedefs (u)int32 # as (unsigned) long, and consequently we'd get a compiler error otherwise. type_4_byte='long'

Ticket imported from: #3193021. Ticket imported from: patches/1388.

Attachments (1)

AmigaOS4.diff (604 bytes ) - added by raziel- 14 years ago.

Download all attachments as: .zip

Change History (5)

by raziel-, 14 years ago

Attachment: AmigaOS4.diff added

comment:1 by jvprat, 14 years ago

Status: newclosed

comment:2 by jvprat, 14 years ago

Thanks for the patch. Applied in 55231f1.

comment:3 by jvprat, 14 years ago

Owner: set to jvprat

comment:4 by digitall, 6 years ago

Component: Port: AmigaOS4
Note: See TracTickets for help on using tickets.