[rtems commit] Remove AVR Architectural Port

Joel Sherril joel at rtems.org
Mon Jan 4 17:14:56 UTC 2016


Module:    rtems
Branch:    master
Commit:    1528fdaf2476249a90038906b78203077243cd6f
Changeset: http://git.rtems.org/rtems/commit/?id=1528fdaf2476249a90038906b78203077243cd6f

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Sun Jan  3 15:18:43 2016 -0600

Remove AVR Architectural Port

Updates #2443.

---

 c/src/lib/libbsp/avr/configure.ac | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/c/src/lib/libbsp/avr/configure.ac b/c/src/lib/libbsp/avr/configure.ac
deleted file mode 100644
index eebd8b5..0000000
--- a/c/src/lib/libbsp/avr/configure.ac
+++ /dev/null
@@ -1,20 +0,0 @@
-## Process this file with autoconf to produce a configure script.
-
-AC_PREREQ([2.69])
-AC_INIT([rtems-c-src-lib-libbsp-avr],[_RTEMS_VERSION],[https://devel.rtems.org/newticket])
-AC_CONFIG_SRCDIR([avrtest])
-RTEMS_TOP(../../../../..)
-
-RTEMS_CANONICAL_TARGET_CPU
-AM_INIT_AUTOMAKE([no-define foreign 1.12.2])
-AM_MAINTAINER_MODE
-
-RTEMS_ENV_RTEMSBSP
-
-RTEMS_PROJECT_ROOT
-
-RTEMS_CHECK_BSPDIR([$RTEMS_BSP_FAMILY])
-
-# Explicitly list all Makefiles here
-AC_CONFIG_FILES([Makefile])
-AC_OUTPUT



More information about the vc mailing list