Update years in copyright notice for the GDB files.
[deliverable/binutils-gdb.git] / sim / bfin / configure.ac
index 1917c01f07beed7176a6e08d46358597f54076a4..edf09bace3424529b28318c7a627cd22a1427ff6 100644 (file)
@@ -24,12 +24,14 @@ SIM_AC_OPTION_HARDWARE(yes,,\
        bfin_eppi \
        bfin_evt \
        bfin_gpio \
+       bfin_gpio2 \
        bfin_gptimer \
        bfin_jtag \
        bfin_mmu \
        bfin_nfc \
        bfin_otp \
        bfin_pfmon \
+       bfin_pint \
        bfin_pll \
        bfin_ppi \
        bfin_rtc \
@@ -45,7 +47,14 @@ SIM_AC_OPTION_HARDWARE(yes,,\
 )
 
 AC_CHECK_FUNCS([getuid getgid geteuid getegid setuid setgid mmap munmap kill pread])
-AC_CHECK_HEADERS([sys/ioctl.h sys/mman.h net/if.h linux/if_tun.h linux/mii.h])
+AC_CHECK_HEADERS([ \
+       linux/if_tun.h \
+       linux/mii.h \
+       linux/types.h \
+       net/if.h \
+       sys/ioctl.h \
+       sys/mman.h \
+])
 
 BFIN_SIM_EXTRA_OBJS=
 
This page took 0.023254 seconds and 4 git commands to generate.