瀏覽代碼

g++ installed to wrong place

In order to be able to have eclcc or eclserver use the g++ script file
it needs to be installed to cl/bin.

It's not used by default, but can be handy for adding odd options or tracing.

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 13 年之前
父節點
當前提交
3ffb08aa51
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      deploy/gcc3/bin/CMakeLists.txt

+ 1 - 1
deploy/gcc3/bin/CMakeLists.txt

@@ -16,4 +16,4 @@
 #    You should have received a copy of the GNU Affero General Public License
 #    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 ################################################################################
-Install ( FILES ${CMAKE_CURRENT_SOURCE_DIR}/g++ DESTINATION ${OSSDIR}/componentfiles COMPONENT Runtime )
+Install ( FILES ${CMAKE_CURRENT_SOURCE_DIR}/g++ DESTINATION ${OSSDIR}/componentfiles/cl/bin COMPONENT Runtime )