> On 30 May 2018, at 12:13 PM, Dimitry Andric <d...@freebsd.org> wrote:
> 
> Probably only the module should be disabled,

I did this my deleting a few lines from /usr/src/sys/modules/Makefile, and 
everything works well now!

A fully gcc-based 11-STABLE i386 machine.  (The builds go SO much faster with 
gcc rather than clang!)

So there are still two bugs:

1) I think there should be a check in /usr/src/sys/modules/Makefile for the 
lack of clang that disables building the aesni module.

2) Upon boot there is a progress line right at the start that still says clang 
6.0.0, even though clang does not exist on the machine.
This should print gcc on a system configured like mine.

Here is my src.conf:

WITH_GCC=1
WITH_GCC_BOOTSTRAP=1
WITHOUT_BHYVE=1
WITHOUT_CAPSICUM=1
WITHOUT_CDDL=1
WITHOUT_CLANG=1
WITHOUT_CLANG_BOOTSTRAP=1
WITHOUT_CLANG_EXTRAS=1
WITHOUT_CLANG_FULL=1
WITHOUT_CROSS_COMPILER=1
WITHOUT_DEBUG_FILES=1
WITHOUT_EXAMPLES=1
WITHOUT_HYPERV=1
WITHOUT_JAIL=1
WITHOUT_LOCALES=1
WITHOUT_PROFILE=1
WITHOUT_QUOTAS=1
WITHOUT_TESTS=1

Dan

_______________________________________________
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Reply via email to