Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 407586 Details for
Bug 538596
sys-apps/memtest86+-5.01 - test.c: In function ‘movinvr’: test.c:350:25: error: inconsistent operand constraints in an ‘asm’
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Disables PIE in test.c
hardened_test_nopie.patch (text/plain), 551 bytes, created by
Alexander
on 2015-07-25 12:40:04 UTC
(
hide
)
Description:
Disables PIE in test.c
Filename:
MIME Type:
Creator:
Alexander
Created:
2015-07-25 12:40:04 UTC
Size:
551 bytes
patch
obsolete
>--- memtest86+-5.01-orig/Makefile 2015-07-25 07:44:21.262683192 -0400 >+++ memtest86+-5.01/Makefile 2015-07-25 08:29:49.171825179 -0400 >@@ -53,7 +53,7 @@ reloc.o: reloc.c > $(CC) -c $(CFLAGS) -fno-strict-aliasing reloc.c > > test.o: test.c >- $(CC) -c -Wall -march=i486 -m32 -O0 -fomit-frame-pointer -fno-builtin -ffreestanding test.c >+ $(CC) -c -Wall -march=i486 -m32 -O0 -fomit-frame-pointer -fno-builtin -ffreestanding -nopie test.c > > random.o: random.c > $(CC) -c -Wall -march=i486 -m32 -O3 -fomit-frame-pointer -fno-builtin -ffreestanding random.c
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 538596
: 407586 |
457366
|
457450