ObjFW  Check-in [a9975c16ed]

Overview
Comment:configure: Try egcc before trying gcc

On OpenBSD, egcc is a newer GCC from ports.
As the GCC in base is too old, we want to use egcc.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: a9975c16ed63d803e81cd7ea432858c38039317d5187c7981999a5eef9100908
User & Date: js on 2017-09-10 21:01:12
Other Links: manifest | tags
Context
2017-09-10
21:04
Set AUTO{CONF,MAKE}_VERSION for OpenBSD check-in: bedfe5a994 user: js tags: trunk
21:01
configure: Try egcc before trying gcc check-in: a9975c16ed user: js tags: trunk
20:57
Update buildsys check-in: 93c1dd33be user: js tags: trunk
Changes

Modified configure.ac from [8e44921c95] to [87db9fc198].

60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
		check_pedantic="no"

		AC_SUBST(MAP_LDFLAGS, ['-Wl,-Map,$@.map'])
		;;
esac

AC_LANG([Objective C])
AC_PROG_OBJC([clang gcc])
AC_PROG_OBJCPP
AC_PROG_LN_S
AC_PROG_INSTALL
AC_PROG_EGREP

AC_ARG_WITH(wii,
	AS_HELP_STRING([--with-wii], [build for Wii]))







|







60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
		check_pedantic="no"

		AC_SUBST(MAP_LDFLAGS, ['-Wl,-Map,$@.map'])
		;;
esac

AC_LANG([Objective C])
AC_PROG_OBJC([clang egcc gcc])
AC_PROG_OBJCPP
AC_PROG_LN_S
AC_PROG_INSTALL
AC_PROG_EGREP

AC_ARG_WITH(wii,
	AS_HELP_STRING([--with-wii], [build for Wii]))