=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/Makefile.cross,v retrieving revision 1.65 retrieving revision 1.66 diff -c -r1.65 -r1.66 *** src/Makefile.cross 2013/07/05 21:29:51 1.65 --- src/Makefile.cross 2013/07/06 17:52:57 1.66 *************** *** 1,4 **** ! # $OpenBSD: Makefile.cross,v 1.65 2013/07/05 21:29:51 miod Exp $ cross-tools: cross-includes cross-binutils cross-gcc cross-lib cross-distrib: cross-tools cross-bin cross-share cross-sys cross-etc-root-var --- 1,4 ---- ! # $OpenBSD: Makefile.cross,v 1.66 2013/07/06 17:52:57 miod Exp $ cross-tools: cross-includes cross-binutils cross-gcc cross-lib cross-distrib: cross-tools cross-bin cross-share cross-sys cross-etc-root-var *************** *** 139,148 **** ${CROSSDIRS}: .if ${TARGET_ARCH} == "arm" && ${MACHINE_IS_LP64} == "yes" ! # this config is allowed .elif ${TARGET_IS_LP64} != ${MACHINE_IS_LP64} ! @echo "host and target have different size longs" ! @echo "cross compiler generates bad code; aborting"; exit 1 .endif @-mkdir -p ${CROSSDIR} @echo ${TARGET_ARCH} > ${CROSSDIR}/TARGET_ARCH --- 139,148 ---- ${CROSSDIRS}: .if ${TARGET_ARCH} == "arm" && ${MACHINE_IS_LP64} == "yes" ! # this config is allowed .elif ${TARGET_IS_LP64} != ${MACHINE_IS_LP64} ! @echo "host and target have different size longs" ! @echo "cross compiler generates bad code; aborting"; exit 1 .endif @-mkdir -p ${CROSSDIR} @echo ${TARGET_ARCH} > ${CROSSDIR}/TARGET_ARCH