diff options
author | Bill Cox <bill@cygnus> | 1993-01-06 22:31:06 +0000 |
---|---|---|
committer | Bill Cox <bill@cygnus> | 1993-01-06 22:31:06 +0000 |
commit | 92ffd58037ea70924d67d61aac7b9f62980b5e75 (patch) | |
tree | f7cff283232b952a2e79d4ae810b83fb91c81a18 /configure.in | |
parent | 1b9b5090076be55001bec14b0625cfa88bb5e029 (diff) | |
download | gdb-92ffd58037ea70924d67d61aac7b9f62980b5e75.zip gdb-92ffd58037ea70924d67d61aac7b9f62980b5e75.tar.gz gdb-92ffd58037ea70924d67d61aac7b9f62980b5e75.tar.bz2 |
fix chill sanitization
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 319e3b0..0d9397a 100644 --- a/configure.in +++ b/configure.in @@ -37,7 +37,11 @@ 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 chillrt libg++" +target_libs="libm xiberty newlib libg++" + +### start-sanitize-chill +target-libs="${target_libs} chillrt" +### end-sanitize-chill # these tools are built using the target libs, and are intended to run only # in the target environment. we currently have none. |