* incremental.cc (Sized_relobj_incr::do_layout): Call
[deliverable/binutils-gdb.git] / binutils / configure.in
index 4a03c75d1359b7ac08857509077ed3325c8907f5..965d66c168c0054bb1d82745c785c0c3d48905e6 100644 (file)
@@ -304,7 +304,10 @@ changequote([,])dnl
          BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
          ;;
        powerpc*-*-linux* | powerpc*-*-elf* | powerpc*-*-eabi*)
-         BUILD_INSTALL_MISC="${BUILD_INSTALL_MISC} embedspu"
+         case "$BUILD_INSTALL_MISC" in
+           *embedspu*) ;;
+           *) BUILD_INSTALL_MISC="${BUILD_INSTALL_MISC} embedspu"
+         esac
          ;;
        sh*-*-pe)
          BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
This page took 0.023206 seconds and 4 git commands to generate.