summaryrefslogtreecommitdiffstats
path: root/make/custom/Solaris-posix.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-05-18 16:39:21 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-05-18 16:39:21 +0000
commit7ebfa9347d6be17e140f6510deda0cc5e7d4b3c4 (patch)
tree749f3ac7cecddf539373afbf4f35157ab84ff263 /make/custom/Solaris-posix.cfg
parentAdded C++ rule. (diff)
downloadrtems-7ebfa9347d6be17e140f6510deda0cc5e7d4b3c4.tar.bz2
Switched to using shared gcc-target-default.cfg.
Diffstat (limited to 'make/custom/Solaris-posix.cfg')
-rw-r--r--make/custom/Solaris-posix.cfg9
1 files changed, 6 insertions, 3 deletions
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