From 7dc1c30cface918c2fcc68e6f60962e61d253fce Mon Sep 17 00:00:00 2001 From: Leo Treggiari Date: Tue, 19 Jul 2005 23:50:11 +0000 Subject: [PATCH] Change the Gnu linker strip option back to -s (from --strip-all) --- build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.xml b/build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.xml index ffa99c626e6..fa6648f7c31 100644 --- a/build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.xml +++ b/build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.xml @@ -71,7 +71,7 @@ defaultValue="false" name="%Option.Posix.Linker.Strip" category="gnu.c.link.category.general" - command="--strip-all" + command="-s" id="gnu.c.link.option.strip" valueType="boolean"> @@ -229,7 +229,7 @@ defaultValue="false" name="%Option.Posix.Linker.Strip" category="gnu.cpp.link.category.options" - command="--strip-all" + command="-s" id="gnu.cpp.link.option.strip" valueType="boolean"> @@ -535,7 +535,7 @@ defaultValue="false" name="%Option.Posix.Linker.Strip" category="macosx.c.link.category.general" - command="--strip-all" + command="-s" id="macosx.c.link.option.strip" valueType="boolean"> @@ -673,7 +673,7 @@ defaultValue="false" name="%Option.Posix.Linker.Strip" category="macosx.cpp.link.category.options" - command="--strip-all" + command="-s" id="macosx.cpp.link.option.strip" valueType="boolean">