From 891976b060c107dff5642566f20db3b2820ffa1e Mon Sep 17 00:00:00 2001 From: zrj Date: Wed, 21 Dec 2016 09:56:04 +0200 Subject: [PATCH] Fix typo. Also downgragrade to warning to ease up update from 4.6-release, host bmake does not handle: make -f Makefile.inc1 -V WORLD_ALTCOMPILER --- Makefile.inc1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 74398983a8..d114a23fea 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -923,8 +923,8 @@ _share= share/syscons/scrnmaps # Make sure Makefile.inc1 logic is intact. .if !defined(WORLD_ALTCOMPILER) -.error undefined WORLD_ALTCOMPILER -.endif) +.warning undefined WORLD_ALTCOMPILER +.endif _gcc_common_cross= lib/libz gnu/usr.bin/gmp gnu/usr.bin/mpfr gnu/usr.bin/mpc _gcc50_cross= gnu/usr.bin/cc50 -- 2.41.0