#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)
Change History (5)
by , 14 years ago
Attachment: | AmigaOS4.diff added |
---|
comment:1 by , 14 years ago
Status: | new → closed |
---|
comment:2 by , 14 years ago
comment:3 by , 14 years ago
Owner: | set to |
---|
comment:4 by , 6 years ago
Component: | → Port: AmigaOS4 |
---|
Thanks for the patch. Applied in 55231f1.