Bug 46899

Summary: gcc28 compilation fails on CURRENT (causing lang/gnat to fail as well)
Product: Ports & Packages Reporter: David Holm <david>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Makefile none

Description David Holm 2003-01-09 17:30:01 UTC
	
lang/gcc28 fails with the following error:
gmake CC="cc" libdir=/usr/local/lib LANGUAGES="c "
gmake[1]: Entering directory `/usr/ports/lang/gcc28/work/gcc-2.8.1'
./xgcc -B./  -DIN_GCC    -g -I./include   enquire.o -o enquire
ld: unrecognised emulation mode: elf_i386
Supported emulations: elf_i386_fbsd
Comment 1 David Holm 2003-01-09 22:35:11 UTC
And here is a fixed Makefile.
I wasn't able to create a diff at this time, but the only added thing is the USE_REINPLACE and
the post-patch: part.

//David
Comment 2 Gerald Pfeifer freebsd_committer freebsd_triage 2003-04-27 13:59:24 UTC
State Changed
From-To: open->closed

I extracted a patch from your Makefile and committed that after a quick 
test.  Thanks! 

(Please try to submit patches instead of full files and use plain text in 
the future.)