summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2010-01-19 15:31:18 +0000
committered <ed@FreeBSD.org>2010-01-19 15:31:18 +0000
commitec8fd67a3e544e2acdc7174c2705dbf905708614 (patch)
tree022e9edfe2cc0b3a4a505f5859d6d8df5a26e0f1 /Makefile
parent0e8353189095d4cba57eff5168aa9a97a1f29f47 (diff)
downloadFreeBSD-src-ec8fd67a3e544e2acdc7174c2705dbf905708614.zip
FreeBSD-src-ec8fd67a3e544e2acdc7174c2705dbf905708614.tar.gz
Recommit r193732:
Remove __gnu89_inline. Now that we use C99 almost everywhere, just use C99-style in the pmap code. Since the pmap code is the only consumer of __gnu89_inline, remove it from cdefs.h as well. Because the flag was only introduced 17 months ago, I don't expect any problems. Reviewed by: alc It was backed out, because it prevented us from building kernels using a 7.x compiler. Now that most people use 8.x, there is nothing that holds us back. Even if people run 7.x, they should be able to build a kernel if they run `make kernel-toolchain' or `make buildworld' first.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bd26716..10e227c 100644
--- a/Makefile
+++ b/Makefile
@@ -303,7 +303,7 @@ universe_${target}:
.if !defined(MAKE_JUST_KERNELS)
@echo ">> ${target} started on `LC_ALL=C date`"
@(cd ${.CURDIR} && env __MAKE_CONF=/dev/null \
- ${MAKE} ${JFLAG} buildworld \
+ ${MAKE} ${JFLAG} kernel-toolchain \
TARGET=${target} \
> _.${target}.buildworld 2>&1 || \
(echo "${target} world failed," \
OpenPOWER on IntegriCloud