Skip to content

Commit 2866ba8

Browse files
committed
Merge branch 'lukas/xcomp/fix-ppc-compile-32-bit' into maint
* lukas/xcomp/fix-ppc-compile-32-bit: xcomp: Disable year2038 for ppc xcomp
2 parents 5a845dc + caa88e5 commit 2866ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xcomp/erl-xcomp-powerpc-dso-linux-gnu.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ erl_xcomp_host=powerpc-wrs-linux-gnu
6060

6161
# * `erl_xcomp_configure_flags' - Extra configure flags to pass to the
6262
# `configure' script.
63-
erl_xcomp_configure_flags="--without-termcap"
63+
erl_xcomp_configure_flags="--without-termcap --disable-year2038"
6464

6565
## -- Cross Compiler and Other Tools -------------------------------------------
6666

0 commit comments

Comments
 (0)