[Midnightbsd-cvs] [MidnightBSD/src] ec839f: Makefile.inc1: Enable requesting the universe tool...
Lucas Holt
noreply at github.com
Sun Dec 1 14:14:30 EST 2024
Branch: refs/heads/master
Home: https://github.com/MidnightBSD/src
Commit: ec839f290d3e866939516be4a405c3700c389bed
https://github.com/MidnightBSD/src/commit/ec839f290d3e866939516be4a405c3700c389bed
Author: Lucas Holt <luke at foolishgames.com>
Date: 2024-12-01 (Sun, 01 Dec 2024)
Changed paths:
M Makefile.inc1
M Makefile.libcompat
Log Message:
-----------
Makefile.inc1: Enable requesting the universe toolchain.
make universe builds a cross toolchain under HOST_OBJTMP/tmp via the
universe-toolchain target. However, doing a plain 'make buildworld'
after a universe/tinderbox run (e.g. to reproduce a failure and test
the fix for it), will try to build a new cross toolchain under
OBJTMP/tmp which can be tedious. This commit adds a make variable
(UNIVERSE_TOOLCHAIN) which can be used similar to CROSS_TOOLCHAIN to
request an external toolchain. If this variable is set (value doesn't
matter), the the universe toolchain is used as an external toolchain.
To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications
More information about the Midnightbsd-cvs
mailing list