diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2013-07-06 17:52:58 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2013-07-06 17:52:58 +0000 |
commit | 1861a2078a6598a62e0d0743c67bf9a69a0bc380 (patch) | |
tree | c0be6ee598dcfd5df46a2514df937dfb5c4608e3 /Makefile.cross | |
parent | adfa05a33bb5201c42dec347c9feebbf624839a0 (diff) |
tabs got lost in previous rev
Diffstat (limited to 'Makefile.cross')
-rw-r--r-- | Makefile.cross | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.cross b/Makefile.cross index 0af570cd678..78fc2c82fb3 100644 --- a/Makefile.cross +++ b/Makefile.cross @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.cross,v 1.65 2013/07/05 21:29:51 miod Exp $ +# $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,10 +139,10 @@ cross-env: ${CROSSDIRS}: .if ${TARGET_ARCH} == "arm" && ${MACHINE_IS_LP64} == "yes" -# this config is allowed + # 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 + @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 |