summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-11-05 20:00:04 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-11-05 20:00:04 +0000
commit409b0aeacf7736ed62d25069971c3e962b9451be (patch)
tree63e230b6010ba092bcb561dafaf1865bfa658825 /include
parent6ad0e55b170d031afa4e3c86302e1850d7aa3975 (diff)
downloadATCD-409b0aeacf7736ed62d25069971c3e962b9451be.tar.gz
added usage comments
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/platform_lynxos.GNU13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/makeinclude/platform_lynxos.GNU b/include/makeinclude/platform_lynxos.GNU
index d4062ddd1d4..a380fefa4bd 100644
--- a/include/makeinclude/platform_lynxos.GNU
+++ b/include/makeinclude/platform_lynxos.GNU
@@ -3,6 +3,19 @@
# LynxOS with g++. Defaults to LynxOS Version 3.0.0. For Version 2.5.0,
# for example, add "VERSION=2.5.0" to your make invocation.
+#### NOTE: It's best to create a file that includes this one, instead
+#### of symlinking it. That way, you can easily override the default
+#### configuration. For example, to configure for a PowerPC target, I
+#### use a include/makeinclude/platform_macros.GNU that contains the
+#### following lines (without comment markers):
+####
+#### LYNXTARGET = ppc
+#### include $(ACE_ROOT)/include/makeinclude/platform_lynxos.GNU
+####
+#### Similarly, the default VERSION and HOST_OS settings (see below)
+#### can be overridden for your particular platform.
+
+
debug = 1
shared_libs =
static_libs = 1