Changeset 28ed8f3 in rtems
- Timestamp:
- Dec 19, 2002, 5:17:22 AM (18 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- c4e9f68
- Parents:
- 8b76af5
- Location:
- cpukit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
r8b76af5 r28ed8f3 1 2002-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * automake/compile.am: Remove $(RTEMS_BSP_CFLAGS). 4 1 5 2002-12-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 6 * wrapup/Makefile.am: Fix path to libxdr and librpc (Another typo in 4 7 from the 2002-12-12 patch). -
cpukit/automake/compile.am
r8b76af5 r28ed8f3 169 169 AM_CPPFLAGS = $(RTEMS_CPPFLAGS) 170 170 AM_CFLAGS = 171 AM_CCASFLAGS = $(RTEMS_ BSP_CFLAGS) $(RTEMS_CPPFLAGS) $(RTEMS_ASFLAGS)171 AM_CCASFLAGS = $(RTEMS_CPPFLAGS) $(RTEMS_ASFLAGS)
Note: See TracChangeset
for help on using the changeset viewer.