We don't do this for other ppc targets in this file (we assume the sim
subdir exists), and it has existed for over a decade at this point.
+2016-01-02  Mike Frysinger  <vapier@gentoo.org>
+
+       * configure.tgt (powerpc*-*-*): Delete test call and
+       always assign gdb_sim.
+
 2016-01-01  Joel Brobecker  <brobecker@adacore.com>
 
        Update year range in copyright notice of all files.
 
        # Target: PowerPC running eabi
        gdb_target_obs="rs6000-tdep.o ppc-sysv-tdep.o solib-svr4.o \
                        ravenscar-thread.o ppc-ravenscar-thread.o"
-       if test -f ../sim/ppc/Makefile; then
-         gdb_sim=../sim/ppc/libsim.a
-       fi
+       gdb_sim=../sim/ppc/libsim.a
        ;;
 
 s390*-*-linux*)