FreeBSD Bugzilla – Attachment 112869 Details for
Bug 154364
lang/gcc45: generate i486 code by default for i386 architecture
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 354 bytes, created by
Yuri Karaban
on 2011-01-29 00:10:09 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Yuri Karaban
Created:
2011-01-29 00:10:09 UTC
Size:
354 bytes
patch
obsolete
>--- Makefile.orig 2011-01-28 21:33:11.000000000 +0200 >+++ Makefile 2011-01-29 00:44:53.000000000 +0200 >@@ -66,6 +66,10 @@ > CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL} > .endif > >+.if ${ARCH} == "i386" >+CONFIGURE_ARGS+= --with-arch=i486 >+.endif >+ > SRCDIR= ${WRKDIR}/gcc-${VERSIONSTRING} > WRKSRC= ${WRKDIR}/build > TARGLIB= ${PREFIX}/lib/gcc${SUFFIX}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 154364
: 112869 |
112870