FreeBSD Bugzilla – Attachment 112870 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]
gcc45-i386-default-arch-and-cpu.diff
gcc45-i386-default-arch-and-cpu.diff (text/plain), 379 bytes, created by
Yuri Karaban
on 2011-01-29 23:29:26 UTC
(
hide
)
Description:
gcc45-i386-default-arch-and-cpu.diff
Filename:
MIME Type:
Creator:
Yuri Karaban
Created:
2011-01-29 23:29:26 UTC
Size:
379 bytes
patch
obsolete
>--- Makefile.orig 2011-01-28 21:33:11.000000000 +0200 >+++ Makefile 2011-01-29 12:07:08.000000000 +0200 >@@ -66,6 +66,11 @@ > CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL} > .endif > >+.if ${ARCH} == "i386" >+CONFIGURE_ARGS+= --with-arch=i486 \ >+ --with-cpu=generic >+.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