diff options
author | David D. Zuhn <zoo@cygnus> | 1993-08-18 21:26:16 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1993-08-18 21:26:16 +0000 |
commit | 8efcf2244ee413347ab04bcc127b840fc41ecad9 (patch) | |
tree | 62461d02b61b784a50c5e98991e4adef41524bf2 /configure.in | |
parent | 4915cac01dc31b8bd106c99c44ddfb82f62c787f (diff) | |
download | gdb-8efcf2244ee413347ab04bcc127b840fc41ecad9.zip gdb-8efcf2244ee413347ab04bcc127b840fc41ecad9.tar.gz gdb-8efcf2244ee413347ab04bcc127b840fc41ecad9.tar.bz2 |
add libio
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 3353a4b..e7ffeda 100644 --- a/configure.in +++ b/configure.in @@ -38,7 +38,7 @@ host_tools="texinfo byacc flex bison binutils ld gas gcc gdb make patch # these libraries are built for the target environment, and are built after # the host libraries and the host tools (which may be a cross compiler) # -target_libs="libm xiberty newlib libg++" +target_libs="libm xiberty newlib libio libg++" ## start-sanitize-chill target_libs="${target_libs} chill chillrt" |