Host/target/native split for sun4.
[deliverable/binutils-gdb.git] / gdb / configure.in
index 354ba531b2d4218b187433b477e0656831110265..4190f6f580d9d2fd2efaf9b27072b45595877c87 100644 (file)
@@ -261,6 +261,11 @@ rm -f nat.h
 if [ "${nativefile}" != "" ]; then
        files="${files} ${nativefile}"
        links="${links} nat.h"
+# temporary scaffolding until all hosts have the host/target/native
+# split in place.
+else
+       files="${files} nat-trash.h"
+       links="${links} nat.h"
 fi
 
 # post-target:
This page took 0.042773 seconds and 4 git commands to generate.