mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-09 20:57:26 +01:00
[linux-x86] Add proper gcc and g++
Signed-off-by: Steeve Morin <steeve.morin@gmail.com>
This commit is contained in:
parent
08a10c3137
commit
127e07929a
@ -16,7 +16,9 @@ RUN mkdir -p ${CROSS_ROOT} && \
|
||||
chmod +x ${CROSS_TRIPLE}.sh && \
|
||||
ln -s x86_64-linux-gnu-gcc x86_64-linux-gnu-cc && \
|
||||
ln -s x86_64-linux-gnu-g++ x86_64-linux-gnu-c++ && \
|
||||
ln -s ${CROSS_TRIPLE}.sh ${CROSS_TRIPLE}-gcc && \
|
||||
ln -s ${CROSS_TRIPLE}.sh ${CROSS_TRIPLE}-cc && \
|
||||
ln -s ${CROSS_TRIPLE}.sh ${CROSS_TRIPLE}-g++ && \
|
||||
ln -s ${CROSS_TRIPLE}.sh ${CROSS_TRIPLE}-c++ && \
|
||||
for i in ranlib nm ar; do \
|
||||
ln -s x86_64-linux-gnu-gcc-${i}-4.7 ${CROSS_TRIPLE}-${i} ; \
|
||||
|
Loading…
Reference in New Issue
Block a user