aboutsummaryrefslogtreecommitdiff
path: root/dist/etc/vxworks/config-6.4-max.make
diff options
context:
space:
mode:
Diffstat (limited to 'dist/etc/vxworks/config-6.4-max.make')
-rw-r--r--dist/etc/vxworks/config-6.4-max.make11
1 files changed, 10 insertions, 1 deletions
diff --git a/dist/etc/vxworks/config-6.4-max.make b/dist/etc/vxworks/config-6.4-max.make
index 1811b38..ece52e9 100644
--- a/dist/etc/vxworks/config-6.4-max.make
+++ b/dist/etc/vxworks/config-6.4-max.make
@@ -4,7 +4,7 @@
#
# Note that iostream support requires static initialization so
# you will need to 'munch' the examples (and your application)
-# before you can run them. Here are the sample step that are
+# before you can run them. Here are the sample steps that are
# needed to run the C++/Hybrid 'library' example:
#
# $ cd examples/cxx/hybrid/library/
@@ -15,6 +15,9 @@
# $ ccpentium -O3 -c -fdollars-in-identifiers -fno-zero-initialized-in-bss -I$WIND_BASE/target/h -I$WIND_BASE/target/h/wrn/coreip ctdt.c -o ctdt.o
# $ ccpentium -O3 partial-image.o ctdt.o -o driver
#
+# You could also wrap the last three steps into a script and use
+# is as a post-link command (see POSTLD below).
+#
# Toolchain.
#
@@ -29,6 +32,12 @@ LD := $(CXX)
LDFLAGS := $(CXXFLAGS)
LIBS :=
+# Optional post-link command. The first argument to this command is
+# the executable name and the rest of the arguments are the object
+# files and libraries that were used to link this executable.
+#
+POSTLD :=
+
# Set RANLIB to empty if your system does not need ranlib.
#
AR := arpentium