ObjFW  Check-in [ceed953f64]

Overview
Comment:configure: Don't use -g with amiga-gcc

amiga-gcc with -g is currently broken.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: ceed953f64d8aa745a729b49f4ecee18141eefa92c62fe5a1255c7cd91aa052e
User & Date: js on 2019-06-27 23:01:28
Other Links: manifest | tags
Context
2019-07-27
00:19
ofarc: Support for std{in,out} when specifying "-" check-in: 1bcd504f42 user: js tags: trunk
2019-06-27
23:01
configure: Don't use -g with amiga-gcc check-in: ceed953f64 user: js tags: trunk
21:27
runtime/linklib: Fix editing via macro gone wrong check-in: 651b363221 user: js tags: trunk
Changes

Modified configure.ac from [f70db2a2e3] to [0badaab9a9].

40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
		enable_threads="no"
		enable_sockets="no"
		enable_files="no"
		ac_cv_snprintf_useful_ret="yes"
		;;
	m68k-*-amigaos*)
		AS_IF([test x"$OBJCFLAGS" = x""], [
			OBJCFLAGS="-O0 -g"
		])
		OBJCFLAGS="$OBJCFLAGS -noixemul"
		OBJFW_OBJCFLAGS="$OBJFW_OBJCFLAGS -noixemul"
		LDFLAGS="$LDFLAGS -noixemul"

		enable_shared="no"
		enable_threads="no"







|







40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
		enable_threads="no"
		enable_sockets="no"
		enable_files="no"
		ac_cv_snprintf_useful_ret="yes"
		;;
	m68k-*-amigaos*)
		AS_IF([test x"$OBJCFLAGS" = x""], [
			OBJCFLAGS="-O0"
		])
		OBJCFLAGS="$OBJCFLAGS -noixemul"
		OBJFW_OBJCFLAGS="$OBJFW_OBJCFLAGS -noixemul"
		LDFLAGS="$LDFLAGS -noixemul"

		enable_shared="no"
		enable_threads="no"