diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-03-31 23:32:49 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-04-01 01:07:57 -0400 |
commit | aadc9410ba24ecf777fcc515afda69ef94d74248 (patch) | |
tree | 63668585495fda69814b48924081f131469f57a6 /sim/mn10300/config.in | |
parent | 4a0bc59ef6e01733bb70950ad546c66e4c3317ea (diff) | |
download | gdb-aadc9410ba24ecf777fcc515afda69ef94d74248.zip gdb-aadc9410ba24ecf777fcc515afda69ef94d74248.tar.gz gdb-aadc9410ba24ecf777fcc515afda69ef94d74248.tar.bz2 |
sim: update zlib handling
With zlib being mandatory, and the updated m4 configs, we need to regen
and use the new settings w/bfd to avoid linkage errors.
Diffstat (limited to 'sim/mn10300/config.in')
-rw-r--r-- | sim/mn10300/config.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sim/mn10300/config.in b/sim/mn10300/config.in index f6a87f1..e4603ad 100644 --- a/sim/mn10300/config.in +++ b/sim/mn10300/config.in @@ -100,9 +100,6 @@ /* Define to 1 if you have the <windows.h> header file. */ #undef HAVE_WINDOWS_H -/* Define to 1 if you have the <zlib.h> header file. */ -#undef HAVE_ZLIB_H - /* Define to 1 if you have the `__setfpucw' function. */ #undef HAVE___SETFPUCW |