Bug 1319

Summary: muldi3 is not included into kernel's Makefile by config
Product: Base System Reporter: mi <mi>
Component: confAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description mi 1996-06-13 05:30:01 UTC
	In the config-generated kernel Makefile, muldi3.[co] are not
	mentioned. Yet kernel needs functions defined in the muldi3.c

Fix: 

Add muldi3.o into the OBJS-list, and make the muldi3.o: muldi3.c
	entry in the Makefile. Build the kernel again.
How-To-Repeat: 
	Do not which devices/options need muldi3 -- my kernel needed it.
Comment 1 Bruce Evans 1996-06-13 06:34:06 UTC
>>Description:

>	In the config-generated kernel Makefile, muldi3.[co] are not
>	mentioned. Yet kernel needs functions defined in the muldi3.c

muldi3 isn't needed for gcc-2.6.

>>How-To-Repeat:

>	Do not which devices/options need muldi3 -- my kernel needed it.

Very old versions of gcc probably need it.

Bruce
Comment 2 scrappy freebsd_committer freebsd_triage 1996-10-23 04:57:07 UTC
State Changed
From-To: open->feedback


Confirm Status 
Comment 3 scrappy freebsd_committer freebsd_triage 1996-10-23 21:01:48 UTC
State Changed
From-To: feedback->open


Problem Still Exists: 

Well, this still exists, although changed ;) Should now read 
``kernel's Makefile does not contain enough for gcc-2.7.2 to 
build the kernel'' . Wether it is allright or should be fixed -- 
I do not know.
Comment 4 Poul-Henning Kamp freebsd_committer freebsd_triage 1998-04-11 19:18:05 UTC
State Changed
From-To: open->closed

standard compiler is now 2.7.2.1