Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 318162 Details for
Bug 426598
sys-boot/gummiboot-9999: new package
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Makefile.patch
Makefile.patch (text/plain), 719 bytes, created by
Christopher Friedt
on 2012-07-14 14:45:35 UTC
(
hide
)
Description:
Makefile.patch
Filename:
MIME Type:
Creator:
Christopher Friedt
Created:
2012-07-14 14:45:35 UTC
Size:
719 bytes
patch
obsolete
>--- Makefile_orig 2012-07-14 10:35:39.982708038 -0400 >+++ Makefile 2012-07-14 10:37:34.093721420 -0400 >@@ -24,13 +24,13 @@ > -DEFI_FUNCTION_WRAPPER > endif > >-LDFLAGS = -T $(LIBDIR)/gnuefi/elf_$(ARCH)_efi.lds \ >+LDFLAGS = -T $(LIBDIR)/elf_$(ARCH)_efi.lds \ > -shared \ > -Bsymbolic \ > -nostdlib \ > -znocombreloc \ > -L $(LIBDIR) \ >- $(LIBDIR)/gnuefi/crt0-efi-$(ARCH).o \ >+ $(LIBDIR)/crt0-efi-$(ARCH).o \ > $(shell $(CC) -print-libgcc-file-name) > > %.o: %.c >@@ -58,3 +58,7 @@ > echo 3 > /proc/sys/vm/drop_caches > @# run QEMU with UEFI firmware > qemu-kvm -m 512 -L /usr/lib/qemu-bios -snapshot /dev/sda >+ >+install: >+ mkdir -p $(DESTDIR)$(PREFIX)/share/gummiboot >+ cp gummiboot.efi $(DESTDIR)$(PREFIX)/share/gummiboot >
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 426598
:
318160
|
318162
|
318164
|
378390
|
382052
|
382054