summaryrefslogtreecommitdiffstats
path: root/m4/rtems-check-libargs.m4
blob: 27e67e141116eb5a79db4aade94f596c7e6ac1d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
# This macro can be provided as a 5th argument
# to AC_CHECK_LIB() so that linking an RTEMS
# application works. Without that, linking would
# fail because the application usually supplies
# rtems_bsdnet_config.
# In order to link, we create a dummy symbol.
AC_DEFUN([TILLAC_RTEMS_CHECK_LIB_ARGS],
	[[-Wl,--defsym,rtems_bsdnet_config=0]]dnl
)