Changeset d15aa1f in rtems
- Timestamp:
- 01/06/02 20:10:46 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 41d6b03a
- Parents:
- 15b5b4d0
- Location:
- c/src/lib/libbsp/sparc/leon
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/sparc/leon/ChangeLog
r15b5b4d0 rd15aa1f 1 2002-02-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: Remove NETWORKING support. 4 * wrapup/Makefile.am: Remove NETWORKING support. 5 1 6 2001-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/sparc/leon/configure.ac
r15b5b4d0 rd15aa1f 15 15 RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]) 16 16 RTEMS_CANONICALIZE_TOOLS 17 18 RTEMS_CHECK_NETWORKING19 20 ## AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")21 17 22 18 RTEMS_CONFIG_BUILD_SUBDIRS(tools) -
c/src/lib/libbsp/sparc/leon/wrapup/Makefile.am
r15b5b4d0 rd15aa1f 4 4 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 7 #if HAS_NETWORKING8 #NETWORKING_DRIVER = network9 #endif10 6 11 7 BSP_PIECES = startup console clock timer gnatsupp $(NETWORK)
Note: See TracChangeset
for help on using the changeset viewer.