diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-03-04 19:56:57 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-03-04 19:56:57 +0000 |
commit | 84de2f06d84e2ba7aef3bba62b3a4833bb2fb6ca (patch) | |
tree | 57479316a7a27741eab68ab5f1df99dd7f0f62dc /sim/bfin/config.in | |
parent | 6597b100b5034a27219b7c5823af25747f4d27f5 (diff) | |
download | gdb-84de2f06d84e2ba7aef3bba62b3a4833bb2fb6ca.zip gdb-84de2f06d84e2ba7aef3bba62b3a4833bb2fb6ca.tar.gz gdb-84de2f06d84e2ba7aef3bba62b3a4833bb2fb6ca.tar.bz2 |
sim: bfin: drop old linux/mii.h workarounds
We had some workarounds for old linux/mii.h headers, but it breaks with
newer ones. So tweak the checks a bit to work with newer ones. We'll
worry about older systems once someone complains.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'sim/bfin/config.in')
-rw-r--r-- | sim/bfin/config.in | 21 |
1 files changed, 6 insertions, 15 deletions
diff --git a/sim/bfin/config.in b/sim/bfin/config.in index 2b25645..4175dad 100644 --- a/sim/bfin/config.in +++ b/sim/bfin/config.in @@ -1,20 +1,5 @@ /* config.in. Generated from configure.ac by autoheader. */ -/* Define to 1 if NLS is requested. */ -#undef ENABLE_NLS - -/* Define as 1 if you have catgets and don't want to use GNU gettext. */ -#undef HAVE_CATGETS - -/* Define as 1 if you have gettext and don't want to use GNU gettext. */ -#undef HAVE_GETTEXT - -/* Define as 1 if you have the stpcpy function. */ -#undef HAVE_STPCPY - -/* Define if your locale.h file contains LC_MESSAGES. */ -#undef HAVE_LC_MESSAGES - /* Define if building universal (internal helper macro) */ #undef AC_APPLE_UNIVERSAL_BUILD @@ -58,6 +43,9 @@ /* Define to 1 if you have the `kill' function. */ #undef HAVE_KILL +/* Define to 1 if you have the `m' library (-lm). */ +#undef HAVE_LIBM + /* Define to 1 if you have the `nsl' library (-lnsl). */ #undef HAVE_LIBNSL @@ -70,6 +58,9 @@ /* Define to 1 if you have the <linux/mii.h> header file. */ #undef HAVE_LINUX_MII_H +/* Define to 1 if you have the <linux/types.h> header file. */ +#undef HAVE_LINUX_TYPES_H + /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H |