Ticket #9283: AmigaOS4.diff

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

     
    14961496case $_host_os in
    14971497        amigaos*)
    14981498                CXXFLAGS="$CXXFLAGS -mcrt=newlib -mstrict-align -mcpu=750 -mtune=7400"
    1499                 LDFLAGS="$LDFLAGS -mcrt=newlib -use-dynld -LSDK:Local/newib/lib"
     1499                LDFLAGS="$LDFLAGS -mcrt=newlib -use-dynld -L/sdk/local/newlib/lib"
    15001500                # We have to use 'long' for our 4 byte typedef because AmigaOS already typedefs (u)int32
    15011501                # as (unsigned) long, and consequently we'd get a compiler error otherwise.
    15021502                type_4_byte='long'