New simulator tree structure
[deliverable/binutils-gdb.git] / sim / h8300 / configure.in
index 8d7b0aa1fd69688a17a1d6eced487a96272577af..bd30158316f5630dd6e858d5a9b6d00e13c9d648 100644 (file)
@@ -4,14 +4,14 @@
 # existing configure script.
 
 srctrigger=writecode.c
-srcname="sim"
+srcname="h8300sim"
 
 # per-host:
 
-. ${srcdir}/../bfd/configure.host
+. ${srcdir}/../../bfd/configure.host
 
 # Set up to make a link between the host's include file and "sysdep.h".
-files="../bfd/hosts/${my_host}.h"
+files="../../bfd/hosts/${my_host}.h"
 
 links="sysdep.h"
 
@@ -24,8 +24,8 @@ if [ ! -f ${srcdir}/${files} ] ; then
 fi
 
 host_makefile_frag=
-if [ -f ${srcdir}/../bfd/config/${my_host}.mh ] ; then
-       host_makefile_frag=../bfd/config/${my_host}.mh
+if [ -f ${srcdir}/../../bfd/config/${my_host}.mh ] ; then
+       host_makefile_frag=../../bfd/config/${my_host}.mh
 fi
 
 # per-target:
This page took 0.023005 seconds and 4 git commands to generate.