summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/acinclude.m4
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2014-04-23 14:31:55 +1000
committerChris Johns <chrisj@rtems.org>2014-04-23 14:32:34 +1000
commitb74c9cfb7687e7820c94469e23c94b0fb37d6928 (patch)
treef41d64a6c7b0797e96ded33d92b301ca82b04a8e /c/src/lib/libbsp/powerpc/acinclude.m4
parentshsim: Correct linking for C++ (diff)
downloadrtems-b74c9cfb7687e7820c94469e23c94b0fb37d6928.tar.bz2
bootstrap: Sort the contents of the prinstall.am files.
Sorting removed the variations across different host operating systems and file systems.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/acinclude.m4')
-rw-r--r--c/src/lib/libbsp/powerpc/acinclude.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/powerpc/acinclude.m4 b/c/src/lib/libbsp/powerpc/acinclude.m4
index e46fa2bb86..644239947d 100644
--- a/c/src/lib/libbsp/powerpc/acinclude.m4
+++ b/c/src/lib/libbsp/powerpc/acinclude.m4
@@ -38,12 +38,12 @@ AC_DEFUN([RTEMS_CHECK_BSPDIR],
AC_CONFIG_SUBDIRS([t32mppc]);;
tqm8xx )
AC_CONFIG_SUBDIRS([tqm8xx]);;
+ virtex )
+ AC_CONFIG_SUBDIRS([virtex]);;
virtex4 )
AC_CONFIG_SUBDIRS([virtex4]);;
virtex5 )
AC_CONFIG_SUBDIRS([virtex5]);;
- virtex )
- AC_CONFIG_SUBDIRS([virtex]);;
*)
AC_MSG_ERROR([Invalid BSP]);;
esac