Changeset 0134f4f in rtems for c/src/lib/libbsp/arm
- Timestamp:
- Oct 27, 2000, 1:57:21 PM (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- e83378d
- Parents:
- 6e0c3c4
- Location:
- c/src/lib/libbsp/arm/arm_bare_bsp
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/arm/arm_bare_bsp/ChangeLog
r6e0c3c4 r0134f4f 1 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. 4 Switch to GNU canonicalization. 5 1 6 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/arm/arm_bare_bsp/Makefile.am
r6e0c3c4 r0134f4f 4 4 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/ aclocal6 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros 7 7 8 8 # wrapup is the one that actually builds and installs the library -
c/src/lib/libbsp/arm/arm_bare_bsp/configure.in
r6e0c3c4 r0134f4f 27 27 AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes") 28 28 29 AC_CONFIG_SUBDIRS(tools)29 RTEMS_CONFIG_BUILD_SUBDIRS(tools) 30 30 31 31 AC_SUBST(RTEMS_BSP) … … 42 42 startup/Makefile 43 43 wrapup/Makefile) 44 45 RTEMS_OUTPUT_BUILD_SUBDIRS(RTEMS_BUILD_SUBDIRS)
Note: See TracChangeset
for help on using the changeset viewer.