summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-07-17 13:09:58 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-07-17 13:09:58 -0500
commit19ffee0716af4fd8eed0ac885fce631d85ffb99f (patch)
tree3bda9b2bb3a446b93b9e680b401abeef693ff378
parentMakefile: Copied files are now in dedicated subdirectory (diff)
downloadrtems-libbsd-19ffee0716af4fd8eed0ac885fce631d85ffb99f.tar.bz2
link01: Only include fxp on pc386
-rw-r--r--testsuite/link01/test.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/testsuite/link01/test.c b/testsuite/link01/test.c
index 684a7d28..422e7f53 100644
--- a/testsuite/link01/test.c
+++ b/testsuite/link01/test.c
@@ -61,8 +61,11 @@ rtems_task Init(
#include <freebsd/machine/rtems-bsd-sysinit.h>
#define CONFIGURE_NEED_NET
-#define CONFIGURE_NEED_PCIB
-#define CONFIGURE_NEED_NET_IF_FXP
+/* only include FXP and PCI for i386/pc386 for debug on qemu (for now) */
+#if defined(i386)
+ #define CONFIGURE_NEED_PCIB
+ #define CONFIGURE_NEED_NET_IF_FXP
+#endif
/*
* This is correct for the PC