summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-11-03 14:19:34 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-11-03 14:19:34 +0000
commit45a462fc884b4527c6016115981f21d9db8d498e (patch)
treeef1dfd398e64a9a0f845ee2bd2ead61c5080e21c
parentd25f4a25f28b1f5d96affe43f63e63c44c8db225 (diff)
downloadATCD-45a462fc884b4527c6016115981f21d9db8d498e.tar.gz
added SUPPRESS_DASH_G
-rw-r--r--include/makeinclude/platform_linux_lxpthread.GNU6
-rw-r--r--include/makeinclude/platform_linux_lxpthreads.GNU6
-rw-r--r--include/makeinclude/platform_linux_pthread.GNU6
3 files changed, 18 insertions, 0 deletions
diff --git a/include/makeinclude/platform_linux_lxpthread.GNU b/include/makeinclude/platform_linux_lxpthread.GNU
index 9d7c4390e0a..f5d66764698 100644
--- a/include/makeinclude/platform_linux_lxpthread.GNU
+++ b/include/makeinclude/platform_linux_lxpthread.GNU
@@ -32,3 +32,9 @@ SOBUILD = $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.so $<
# Marius Kjeldahl <mariusk@sn.no, marius@funcom.com>
ESOBUILD = $(COMPILEESO.cc) $(PIC) -shared -o $(VSHDIR)$*.so $<
PRELIB = @true
+
+#### as appears to have a string limit of about 4096 characters.
+#### Suppressing the -g for a few files helps. It really only
+#### needs to be suppressed on Alphas, so you can comment this line
+#### out if you're on an Intel platform.
+SUPPRESS_DASH_G = 1
diff --git a/include/makeinclude/platform_linux_lxpthreads.GNU b/include/makeinclude/platform_linux_lxpthreads.GNU
index 9d7c4390e0a..f5d66764698 100644
--- a/include/makeinclude/platform_linux_lxpthreads.GNU
+++ b/include/makeinclude/platform_linux_lxpthreads.GNU
@@ -32,3 +32,9 @@ SOBUILD = $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.so $<
# Marius Kjeldahl <mariusk@sn.no, marius@funcom.com>
ESOBUILD = $(COMPILEESO.cc) $(PIC) -shared -o $(VSHDIR)$*.so $<
PRELIB = @true
+
+#### as appears to have a string limit of about 4096 characters.
+#### Suppressing the -g for a few files helps. It really only
+#### needs to be suppressed on Alphas, so you can comment this line
+#### out if you're on an Intel platform.
+SUPPRESS_DASH_G = 1
diff --git a/include/makeinclude/platform_linux_pthread.GNU b/include/makeinclude/platform_linux_pthread.GNU
index 52d8045787f..8ce3d00f13f 100644
--- a/include/makeinclude/platform_linux_pthread.GNU
+++ b/include/makeinclude/platform_linux_pthread.GNU
@@ -29,3 +29,9 @@ RANLIB = ranlib
SOFLAGS = $(CPPFLAGS) -shared
SOBUILD = $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.so $<
PRELIB = @true
+
+#### as appears to have a string limit of about 4096 characters.
+#### Suppressing the -g for a few files helps. It really only
+#### needs to be suppressed on Alphas, so you can comment this line
+#### out if you're on an Intel platform.
+SUPPRESS_DASH_G = 1