Bug 44857 - [patch] lang/egcs partial GCC3 fix
Summary: [patch] lang/egcs partial GCC3 fix
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 (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-03 21:00 UTC by Volker Stolz
Modified: 2002-11-24 10:57 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (492 bytes, patch)
2002-11-03 21:00 UTC, Volker Stolz
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Volker Stolz 2002-11-03 21:00:02 UTC
Generic sys_[nerr,nsig] fix. Gee, now it breaks at a different place:
stage1/xgcc -Bstage1/  -DIN_GCC    -O2 -O -pipe -Wall -mcpu=pentiumpro  -DHAVE_CONFIG_H   -o cccp cccp.o cexp.o prefix.o \
  version.o obstack.o     
/usr/bin/ld: unrecognised emulation mode: elf_i386
Supported emulations: elf_i386_fbsd
collect2: ld returned 1 exit status
gmake[2]: *** [cccp] Error 1
gmake[2]: Leaving directory `/opt/ports/lang/egcs/work/egcs-1.1.2/gcc'

Fix: Add these two patches to the patch collection.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2002-11-24 10:57:07 UTC
State Changed
From-To: open->closed

Commited, thanks!