Changeset 509f8351 in rtems
- Timestamp:
- 10/24/00 21:59:16 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 7ec7cf7
- Parents:
- 5b53d97
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r5b53d97 r509f8351 1 2000-10-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * macros/enable-hwapi.m4: Removed. 4 * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am: 5 A small cleanup step towards gnu-canonicalization. 6 1 7 2000-09-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 8 -
aclocal/rtems-top.m4
r5b53d97 r509f8351 15 15 ENDIF=endif 16 16 AC_SUBST(ENDIF) 17 18 ## HACK to destinguish between using GNU and RTEMS canonicalization 19 AM_CONDITIONAL(RTEMS_CANONICALIZATION,test x=x) 17 20 18 21 AC_ARG_WITH(target-subdir, -
automake/compile.am
r5b53d97 r509f8351 276 276 ## FIXME: This will probably vanish, when GNU canonicalization will be 277 277 ## introduced 278 if RTEMS_CANONICALIZATION 278 279 279 280 CC = $(CC_FOR_TARGET) $(GCCSPECS) … … 295 296 STRIP_FOR_TARGET = @STRIP_FOR_TARGET@ 296 297 STRIP = $(STRIP_FOR_TARGET) 298 else 299 CC = @CC@ $(GCCSPECS) 300 CXX = @CXX@ $(GCCSPECS) 301 endif 297 302 298 303 ## -
automake/lib.am
r5b53d97 r509f8351 2 2 ## $Id$ 3 3 ## 4 5 if RTEMS_CANONICALIZATION 6 else 7 AR = @AR@ 8 RANLIB = @RANLIB@ 9 endif 4 10 5 11 define make-library
Note: See TracChangeset
for help on using the changeset viewer.