ObjFW  Check-in [583c007e31]

Overview
Comment:Remove hack for amiga-gcc that is no longer needed
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 583c007e310b5c7cb8e948d4edf8cb3e38f53387766b25d88e189249c92f5687
User & Date: js on 2023-08-27 19:04:25
Other Links: manifest | tags
Context
2023-08-28
09:17
GitHub Actions: Add macOS 13 check-in: b8c9c362a2 user: js tags: trunk
2023-08-27
19:04
Remove hack for amiga-gcc that is no longer needed check-in: 583c007e31 user: js tags: trunk
14:03
Don't require m68k-amigaos-g++ for exceptions check-in: 83aa78d1af user: js tags: trunk
Changes

Modified configure.ac from [5c8c25c22c] to [4cc58b9994].

37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
	enable_files="no"
	;;
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 -Wl,-u,___init_eh"
	LIBS="$LIBS -ldebug"

	enable_files="yes"	# Required for reading ENV:
	enable_shared="no"
	with_tls="no"

	AC_SUBST(LIBBASES_M, libbases.m)







|







37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
	enable_files="no"
	;;
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"
	LIBS="$LIBS -ldebug"

	enable_files="yes"	# Required for reading ENV:
	enable_shared="no"
	with_tls="no"

	AC_SUBST(LIBBASES_M, libbases.m)