From 0ab65474316231792faec37ec1dbddeaf8645775 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sat, 10 Jun 2000 20:33:47 +0000 Subject: Purged as many egcs references as possible. --- doc/bsp_howto/makefiles.t | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/bsp_howto') diff --git a/doc/bsp_howto/makefiles.t b/doc/bsp_howto/makefiles.t index 7019dc01a2..2247d689b4 100644 --- a/doc/bsp_howto/makefiles.t +++ b/doc/bsp_howto/makefiles.t @@ -205,9 +205,9 @@ ifeq ($(RTEMS_USE_GCC272),yes) # BSPs which already had this support. [...] else -# This has rules to link an application using gcc 2.8 or newer or any -# egcs version. All BSPs should support this. This version is required -# to support GNAT/RTEMS. +# This has rules to link an application using gcc 2.8 or newer. +# All BSPs should support this. This version is required to support +# GNAT/RTEMS. define make-exe $(CC) $(CFLAGS) $(CFLAGS_LD) -o $(basename $@@).exe $(LINK_OBJS) $(NM) -g -n $(basename $@@).exe > $(basename $@@).num -- cgit v1.2.3