From 7ebfa9347d6be17e140f6510deda0cc5e7d4b3c4 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 18 May 1998 16:39:21 +0000 Subject: Switched to using shared gcc-target-default.cfg. --- make/custom/Solaris-posix.cfg | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'make/custom/Solaris-posix.cfg') diff --git a/make/custom/Solaris-posix.cfg b/make/custom/Solaris-posix.cfg index 1389a83a2e..e7698f122e 100644 --- a/make/custom/Solaris-posix.cfg +++ b/make/custom/Solaris-posix.cfg @@ -85,9 +85,12 @@ define make-exe $(SIZE) $@ endef else -# -# gcc28 not yet supported -# +# NOTE: Untested +define make-exe + $(CC) -v $(CFLAGS) -o $@ $(LINK_OBJS) + $(NM) -ng $@ > $(basename $@).num + $(SIZE) $@ +endef endif -- cgit v1.2.3