diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-05-07 18:47:41 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-05-07 18:47:41 +0000 |
commit | a372dbb985de8499511b540048a23fcbcb6fcfa7 (patch) | |
tree | 409150b90598d89f0bbc1ff7e9f1948e09167b25 /configure.in | |
parent | 95addf559c9b75f91018f3238b2dd8b6e251ccb3 (diff) | |
download | gdb-a372dbb985de8499511b540048a23fcbcb6fcfa7.zip gdb-a372dbb985de8499511b540048a23fcbcb6fcfa7.tar.gz gdb-a372dbb985de8499511b540048a23fcbcb6fcfa7.tar.bz2 |
Don't build gprof for go32 host.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index ff7e591..8fa7f94 100644 --- a/configure.in +++ b/configure.in @@ -151,7 +151,8 @@ case "${host}" in i[34]86-*-go32) configdirs=`echo ${configdirs} | sed -e 's/tcl//;s/expect//;s/deja-gnu//'` configdirs=`echo ${configdirs} | sed -e 's/make//;s/texinfo//'` - configdirs=`echo ${configdirs} | sed -e 's/patch//;s/flex//;s/byacc//;s/send_pr//'` + configdirs=`echo ${configdirs} | sed -e 's/patch//;s/flex//;s/byacc//'` + configdirs=`echo ${configdirs} | sed -e 's/send-pr//;s/gprof//'` ;; esac |