From 758e420e9e0ac95279403ca50644c81519428ca0 Mon Sep 17 00:00:00 2001 From: levine Date: Tue, 13 Jul 1999 14:13:07 +0000 Subject: ChangeLogTag: Tue Jul 13 09:11:24 1999 David L. Levine --- include/makeinclude/platform_vxworks5.x_ghs.GNU | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'include/makeinclude/platform_vxworks5.x_ghs.GNU') diff --git a/include/makeinclude/platform_vxworks5.x_ghs.GNU b/include/makeinclude/platform_vxworks5.x_ghs.GNU index ee1bca15cec..be646f2f62e 100644 --- a/include/makeinclude/platform_vxworks5.x_ghs.GNU +++ b/include/makeinclude/platform_vxworks5.x_ghs.GNU @@ -61,9 +61,6 @@ ifeq ($(CPU),86) #### For GHS 1.8.8: #### LIBS += $(GHS)/libedgnoe.a - - #### For GHS 1.8.9: - LIBS += $(GHS)/libscnoe.a $(GHS)/libsedgnoe.a $(GHS)/liblockinit_sc.o else ifeq ($(CPU),ppc) ifndef GHS @@ -71,10 +68,14 @@ ifeq ($(CPU),ppc) endif # GHS AR = ax ARFLAGS = cr - LIBS += $(GHS)/ghsbltin.o $(GHS)/ghsmath.o + + #### For GHS 1.8.8: + #### LIBS += $(GHS)/ghsbltin.o $(GHS)/ghsmath.o endif # ppc endif # CPU +#### For GHS 1.8.9: +LIBS += $(GHS)/libscnoe.a $(GHS)/libsedgnoe.a $(GHS)/liblockinit_sc.o CC = cxvx$(CPU) CXX = $(CC) -- cgit v1.2.1