This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

How to modify CFLAGS within an ECM file?


Is there a way to adjust CFLAGS within an ECM file?  I want to be able
to adjust the optimization levels of configurations, without changing
the rest of the CFLAGS when using ecosconfig.  I don't want to have to
hand edit the .ecc file.

This is an example of what I want to do:
$ ecosconfig new pc_rltk8139
$ ecosconfig import file_that_modifies_optimization_to_O0.ecm
$ ecosconfig tree
$ make

Now the 'pc_rltk8139' target would be built with -O0 optimization. I
don't know what the contents of "file_that_modifies_optimization.ecm"
would be.

Any suggestions?

Mike

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]