Index: README.md ================================================================== --- README.md +++ README.md @@ -311,11 +311,11 @@

Amiga

Install [amiga-gcc](https://github.com/bebbo/amiga-gcc). Then follow the normal process, but instead of `./configure` run: - $ ./configure --host=m68k-amigaos OBJC=m68k-amigaos-g++ + $ ./configure --host=m68k-amigaos

Writing your first application with ObjFW

To create your first, empty application, you can use `objfw-new`: Index: configure.ac ================================================================== --- configure.ac +++ configure.ac @@ -39,11 +39,11 @@ m68k-*-amigaos*) AS_IF([test x"$OBJCFLAGS" = x""], [OBJCFLAGS="-O0 -g"]) OBJCFLAGS="$OBJCFLAGS -noixemul" OBJFW_OBJCFLAGS="$OBJFW_OBJCFLAGS -noixemul" CPPFLAGS="$CPPFLAGS -D__NO_NET_API" - LDFLAGS="$LDFLAGS -noixemul" + LDFLAGS="$LDFLAGS -noixemul -Wl,-u,___init_eh" LIBS="$LIBS -ldebug" enable_files="yes" # Required for reading ENV: enable_shared="no" with_tls="no"