mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-10 04:59:26 +02:00
[linux] use g++ as c++
Signed-off-by: Steeve Morin <steeve.morin@gmail.com>
This commit is contained in:
@ -9,7 +9,7 @@ ENV LD_LIBRARY_PATH ${CROSS_ROOT}/lib:${LD_LIBRARY_PATH}
|
||||
RUN mkdir -p ${CROSS_ROOT} && \
|
||||
cd /usr/bin && \
|
||||
ln -s ${CROSS_TRIPLE}-gcc ${CROSS_TRIPLE}-cc && \
|
||||
ln -s ${CROSS_TRIPLE}-cpp ${CROSS_TRIPLE}-c++ && \
|
||||
ln -s ${CROSS_TRIPLE}-g++ ${CROSS_TRIPLE}-c++ && \
|
||||
for i in ranlib nm ar; do \
|
||||
ln -s ${CROSS_TRIPLE}-gcc-${i}-4.7 ${CROSS_TRIPLE}-${i} ; \
|
||||
done
|
||||
|
Reference in New Issue
Block a user