From: Mike Stump Date: Wed, 3 May 1995 13:58:38 +0000 (+0000) Subject: Fix typo in hppa elf. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8a71f0f3d5c362da77ed3c469fe17c7fd517ba4f;p=binutils-gdb.git Fix typo in hppa elf. --- diff --git a/configure.in b/configure.in index 1073096778f..6c71fb79f3e 100644 --- a/configure.in +++ b/configure.in @@ -369,7 +369,7 @@ case "${target}" in h8500-*-*) noconfigdirs="$noconfigdirs libg++ libstdc++ libio librx" ;; - hppa*-*-*elf*) | \ + hppa*-*-*elf* | \ hppa*-*-lites*) # Do configure ld/binutils/gas for this case. ;;