Date: Tue, 15 Sep 2020 10:02:13 +0700 From: Eugene Grosbein <eugen@grosbein.net> To: Charles Lecklider <freebsd-stable@lists.invis.net>, freebsd-stable@freebsd.org Subject: Re: Cannot find announcement that min supported i386 CPU is now i686 Message-ID: <54ad71f5-cd48-1d74-816f-cc17cdfda4c8@grosbein.net> In-Reply-To: <35a18110-3252-2f53-ebae-b9a893776b62@grosbein.net> References: <4460db23-9a29-7972-1b41-74585764a5d7@lists.invis.net> <20200831205136.GA15141@elch.exwg.net> <2986c4ef-6e73-50f9-215e-20e8a9793434@lists.invis.net> <6bd2c4f6-5ce1-5a0d-14b3-71831a0443f4@grosbein.net> <934c2a63-d3b0-dafb-08cf-8572bb313d03@lists.invis.net> <4873c4bd-abdc-f566-8038-e51c755b1222@grosbein.net> <d989bd39-df84-85de-c822-ef1ca3a70b10@lists.invis.net> <35a18110-3252-2f53-ebae-b9a893776b62@grosbein.net>
next in thread | previous in thread | raw e-mail | index | archive | help
15.09.2020 9:42, Eugene Grosbein wrote: >> I tried that on my workstation (dual Xeon, lots of RAM) but couldn't get >> it to compile for i586 - various things kept bailing out. Note that I use multiple WITHOUT_XXX knobs documented in src.conf(5) to decrease both build time and size of resulting image, maybe some excluded code really has problems for i386, can't tell. For CONF_BUILD (addition to src.conf for buildworld): WITHOUT_KERNEL_SYMBOLS= WITHOUT_DEBUG_FILES= WITHOUT_TESTS= MODULES_WITH_WORLD= WITHOUT_ACCT= WITHOUT_AMD= WITHOUT_APM= WITHOUT_ASSERT_DEBUG= WITHOUT_ATM= WITHOUT_AUDIT= WITHOUT_AUTHPH= WITHOUT_AUTOFS= WITHOUT_BHYVE= WITHOUT_BOOTPARAMD= WITHOUT_BOOTPD= WITHOUT_BSDINSTALL= WITHOUT_BSNMP= WITHOUT_CALENDAR= WITHOUT_CCD= #WITHOUT_CDDL= WITHOUT_CLANG_FULL= WITHOUT_CPP= WITHOUT_CTM= WITHOUT_DEBUG_FILES= WITHOUT_DICT= WITHOUT_EXAMPLES= WITHOUT_FLOPPY= WITHOUT_FREEBSD_UPDATE= WITHOUT_GAMES= WITHOUT_GCOV= WITHOUT_GDB= WITHOUT_GROFF= WITHOUT_HAST= WITGOUT_HESIOD= WITHOUT_HTML= WITHOUT_HYPERV= WITHOUT_IPFILTER= WITHOUT_IPX= WITHOUT_ISCSI= WITHOUT_JAIL= WITHOUT_KERNEL_SYMBOLS= WITHOUT_LLDB= WITHOUT_LLVM_TARGET_ALL= WITH_LLVM_TARGET_X86= WITHOUT_LOCATE= WITHOUT_LS_COLORS= WITHOUT_MAN= WITH_MAN_UTILS= WITHOUT_NCP= WITHOUT_NDIS= WITHOUT_NETCAT= WITHOUT_NIS= WITHOUT_NLS= WITHOUT_NLS_CATALOGS= WITHOUT_NS_CACHING= WITH_OPENSSH_NONE_CIPHER= WITHOUT_PC_SYSINSTALL= WITHOUT_PF= WITHOUT_PKGTOOLS= WITHOUT_PMC= WITHOUT_PORTSNAP= WITHOUT_PPP= WITHOUT_PROFILE= WITHOUT_QUOTAS= WITHOUT_RBOOTD= WITHOUT_RCS= WITHOUT_RESCUE= WITHOUT_ROUTED= WITHOUT_SHAREDOCS= WITHOUT_SVNLITE= WITHOUT_TALK= WITHOUT_SYSINSTALL= WITHOUT_TESTS= WITHOUT_TEXTPROC= WITHOUT_TIMED= WITHOUT_VT= MODULES_OVERRIDE=cryptodev zfs opensolaris And: CONF_INSTALL=" $CONF_BUILD WITHOUT_BINUTILS= WITHOUT_CLANG= WITHOUT_CLANG_FULL= WITHOUT_CXX= WITHOUT_TOOLCHAIN= WITHOUT_INSTALLLIB= " >> It would compile i386 for i686, but not i586. Have you tried it with 11.4? Not sure what you meant here. ARCH may be i386 (32 bit) or amd64 (64 bit), however i586 is not a name for ARCH but for CPUTYPE only (not same thing).
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?54ad71f5-cd48-1d74-816f-cc17cdfda4c8>