On Friday 18 March 2016 15:44:14 Oswald Buddenhagen wrote:
> instead, configure needs to be fed these options explicitly. after all,
> we already do it for a bunch of specific options: -I/-L/-l/-F/-fw. we
> could add some more options like that, or alternatively parse variable
> assignments like CXXFLAGS= and HOST_CXXFLAGS= on the command line - the
> windows configure already does (or at least did) it for some things
> (openssl paths, etc).

Why parse CXXFLAGS= on the command line if you can do

  MY_CXXFLAGS="$CXXFLAGS"
  unset CXXFLAGS

?

Thanks,
Marc


-- 
Marc Mutz <[email protected]> | Senior Software Engineer
KDAB (Deutschland) GmbH & Co.KG, a KDAB Group Company
Tel: +49-30-521325470
KDAB - The Qt Experts
_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to