Skip to content

Commit

Permalink
The main makefile builds sdcc, so no need to build it again
Browse files Browse the repository at this point in the history
  • Loading branch information
suborb committed Jul 2, 2020
1 parent 586ce88 commit d6470f8
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions z88dk.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,6 @@ RUN apk add --no-cache build-base libxml2 m4 \
RUN cd ${Z88DK_PATH} \
&& chmod 777 build.sh \
&& ./build.sh \
&& svn checkout -r 11690 https://svn.code.sf.net/p/sdcc/code/trunk/sdcc ${SDCC_PATH} \
&& cd ${SDCC_PATH} \
&& patch -p0 < ${Z88DK_PATH}/src/zsdcc/sdcc-z88dk.patch \
&& ./configure \
--disable-ds390-port --disable-ds400-port \
--disable-hc08-port --disable-s08-port --disable-mcs51-port \
--disable-pic-port --disable-pic14-port --disable-pic16-port \
--disable-tlcs90-port --disable-xa51-port --disable-stm8-port \
--disable-pdk13-port --disable-pdk14-port \
--disable-pdk15-port --disable-pdk16-port \
--disable-ucsim --disable-device-lib --disable-packihx \
&& make \
&& mv ./bin/sdcc ${Z88DK_PATH}/bin/zsdcc \
&& mv ./bin/sdcpp ${Z88DK_PATH}/bin/zsdcpp \
&& cd / \
&& rm -fR ${SDCC_PATH} \
&& apk del .build_deps

Expand Down

0 comments on commit d6470f8

Please sign in to comment.