Bug 46899 - gcc28 compilation fails on CURRENT (causing lang/gnat to fail as well)
Summary: gcc28 compilation fails on CURRENT (causing lang/gnat to fail as well)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-09 17:30 UTC by David Holm
Modified: 2003-04-27 14:02 UTC (History)
0 users

See Also:


Attachments
Makefile (2.74 KB, application/octet-stream)
2003-01-09 22:35 UTC, David Holm
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.)