Gang Yu wrote: > Hi, > > Does open64 support gcc's -enable-languages option? We need x86 > target for test, however, we show no interest on the fortran stuff and > don't want to install them, could the build system make an option for > only c/c++ stuff? If you aren't glued to open64 you can do this already in path64
git clone git://github.com/path64/compiler.git # In your cmake configure line do -DPATH64_ENABLE_FORTRAN=OFF -D PATH64_ENABLE_MATHLIBS=ON # Fortran defaults to on which also turns on math libs so you'll need both for now ./C ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Open64-devel mailing list Open64-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/open64-devel