Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-user] Eclipse PTP is (partly) eating my CFLAGS settings

Hi,

my Makefile specifies the following.
CFLAGS    ?= -g
This allows me to overwrite CFLAGS in 
project -> Properties -> C/C++ Build -> Environment .
XL compilers have options that can contain a '='.
But if I specify CFLAGS="-qsmp= omp -qlist -qreport=smplist", 
   make only gets "-qsmp".
If I specify CFLAGS= "-qlist -qreport=smplist", 
   this is shortened to "-qlist -qreport".
Apparently, CFLAGS gets chopped off after the '=' sign.

Any comments ? I am happy to debug, if I get the hint where to set a good 
break point.
-- 

Mit freundlichen Grüßen / Kind regards

Dr. Christoph Pospiech
High Performance & Parallel Computing
Phone: +49-351 86269826
Mobile: +49-171-765 5871
E-Mail: christoph.pospiech@xxxxxxxxxx
-------------------------------------------------------------------------------------------------------------------------------------------
IBM Deutschland GmbH / Vorsitzender des Aufsichtsrats: Martin Jetter
Geschäftsführung: Martina Koederitz (Vorsitzende), Reinhard Reschke, Dieter 
Scholz, Gregor Pillen, Joachim Heel, Christian Noll
Sitz der Gesellschaft: Ehningen / Registergericht: Amtsgericht Stuttgart, HRB 
14562 / WEEE-Reg.-Nr. DE 99369940 



Back to the top