Skip to content

Commit

Permalink
For some reason the default overrides the actual value for this one e…
Browse files Browse the repository at this point in the history
…ntry only. wtf?
  • Loading branch information
edannenberg committed Jan 27, 2017
1 parent 7266dac commit 3bd09c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bob-core/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN echo 'GENTOO_MIRRORS="http://distfiles.gentoo.org/"' >> /etc/portage/make.co
if [[ ${BOB_DO_SYNC} == "true" ]]; then emerge --sync; else true; fi

# DEF_BUILDER_* is only active in configure_bob() hook, generally only differs when using crossdev
ENV DEF_CHOST="${BOB_CHOST:-x86_64-pc-linux-gnu}" \
ENV DEF_CHOST="${BOB_CHOST}" \
DEF_CFLAGS="${BOB_CFLAGS:--mtune=generic -O2 -pipe}" \
DEF_CXXFLAGS="${BOB_CXXFLAGS:-${BOB_CFLAGS}}" \
DEF_BUILDER_CHOST="${BOB_BUILDER_CHOST:-${BOB_CHOST}}" \
Expand Down

0 comments on commit 3bd09c7

Please sign in to comment.