1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-09 01:05:38 +02:00
cdt/build/org.eclipse.cdt.build.gcc.core
Doug Schaefer fc7b2f781c Bug 519529 - fix handling of quotes in the GCCToolChain scanner info.
Some Arduino boards have properties that feed into defines that have
spaces in them. The boards.txt property file adds quotes around those
things. When resolving the recipe property it results in -D gcc
options that have embedded spaces in them. That messes up the
ProcessBuilder and the command fails. We'll just strip the quotes from
all the command args since they aren't needed in this scenario anyway.

Change-Id: I41086ee264b8715823b3eab7931df4371b9ec873
2017-08-10 10:06:31 -04:00
..
.settings Bug 481978 - Big overhaul of new build system to work with Qt. 2015-11-24 22:11:33 -05:00
META-INF Tighter integration of new build system with cdt.core. 2016-04-14 16:19:37 -04:00
src/org/eclipse/cdt/build/gcc/core Bug 519529 - fix handling of quotes in the GCCToolChain scanner info. 2017-08-10 10:06:31 -04:00
.classpath Bug 481978 - Big overhaul of new build system to work with Qt. 2015-11-24 22:11:33 -05:00
.project Bug 481978 - Big overhaul of new build system to work with Qt. 2015-11-24 22:11:33 -05:00
about.html Bug 481978 - Big overhaul of new build system to work with Qt. 2015-11-24 22:11:33 -05:00
build.properties releng: Fix missing about.html 2016-02-05 11:04:42 -05:00
plugin.xml Modernize Arduino plug-ins. Adjust APIs to suite. 2016-04-28 11:14:07 -04:00