Ticket #9196: AmigaOS4.diff

File AmigaOS4.diff, 676 bytes (added by raziel-, 14 years ago)
  • configure

     
    13441344case $_host_os in
    13451345       amigaos*)
    13461346               CXXFLAGS="$CXXFLAGS -mcrt=newlib -mstrict-align -mcpu=750 -mtune=7400"
    1347                LDFLAGS="$LDFLAGS -mcrt=newlib -use-dynld -Lsobjs:"
     1347               LDFLAGS="$LDFLAGS -mcrt=newlib -use-dynld -LSDK:Local/newib/lib"
    13481348               # We have to use 'long' for our 4 byte typedef because AmigaOS already typedefs (u)int32
    13491349               # as (unsigned) long, and consequently we'd get a compiler error otherwise.
    13501350               type_4_byte='long'