summaryrefslogtreecommitdiffstats
path: root/make/custom/Solaris-posix.cfg
diff options
context:
space:
mode:
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