Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 13182 Details for
Bug 21215
gcc-3.3: emerge grub fails
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
diff file to allow configure.in configure correctly for gcc 3.3
configure.diff (text/plain), 1.04 KB, created by
Mario Vazquez
on 2003-06-12 18:37:31 UTC
(
hide
)
Description:
diff file to allow configure.in configure correctly for gcc 3.3
Filename:
MIME Type:
Creator:
Mario Vazquez
Created:
2003-06-12 18:37:31 UTC
Size:
1.04 KB
patch
obsolete
>--- configure.old.in 2003-06-12 15:57:24.000000000 +0000 >+++ configure.in 2003-06-12 16:06:11.000000000 +0000 >@@ -123,11 +123,11 @@ > CPPFLAGS="$saved_CPPFLAGS" > ]) > >-# Force no alignment to save space. >+# save space > if test "x$falign_loop_flag" = xyes; then >- CPPFLAGS="$CPPFLAGS -falign-jumps=1 -falign-loops=1 -falign-functions=1" >+ CPPFLAGS="$CPPFLAGS -O2 -Os" > else >- CPPFLAGS="$CPPFLAGS -malign-jumps=1 -malign-loops=1 -malign-functions=1" >+ CPPFLAGS="$CPPFLAGS -falign-jumps=1 -falign-loops=1 -falign-functions=1" > fi > > if test "x$undef_flag" = xyes; then >@@ -191,9 +191,9 @@ > > # Unless the user specify --without-curses, check for curses. > if test "x$with_curses" != "xno"; then >- AC_CHECK_LIB(ncurses, wgetch, [GRUB_LIBS="$GRUB_LIBS -lncurses" >+ AC_CHECK_LIB(ncurses, wgetch, [GRUB_LIBS="$GRUB_LIBS /usr/lib/libncurses.a" > AC_DEFINE(HAVE_LIBCURSES)], >- [AC_CHECK_LIB(curses, wgetch, [GRUB_LIBS="$GRUB_LIBS -lcurses" >+ [AC_CHECK_LIB(curses, wgetch, [GRUB_LIBS="$GRUB_LIBS /usr/lib/libncurses.a" > AC_DEFINE(HAVE_LIBCURSES)])]) > fi >
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 Raw
Actions:
View
Attachments on
bug 21215
:
13181
| 13182 |
13183
|
13184
|
15167