Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 255693 Details for
Bug 324477
sys-power/i7z - command line and Qt GUI application to display real frequency on Core i3 / i5 / i7
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
0.26-Makefile.patch
0.26-Makefile.patch (text/plain), 981 bytes, created by
Fabio Rossi
on 2010-11-28 00:27:48 UTC
(
hide
)
Description:
0.26-Makefile.patch
Filename:
MIME Type:
Creator:
Fabio Rossi
Created:
2010-11-28 00:27:48 UTC
Size:
981 bytes
patch
obsolete
>--- Makefile.old 2010-11-28 00:50:01.479402001 +0100 >+++ Makefile 2010-11-28 00:51:01.659402001 +0100 >@@ -17,18 +17,18 @@ > > #makefile updated from patch by anestling > >-CFLAGSANY = -g -O0 -fomit-frame-pointer -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DBUILD_MAIN -Wall >+CFLAGSANY = -O0 > > LBITS := $(shell getconf LONG_BIT) > ifeq ($(LBITS),64) >- CFLAGS = $(CFLAGSANY) -Dx64_BIT >+ MY_CFLAGS = $(CFLAGSANY) $(CFLAGS) -Dx64_BIT > else >- CFLAGS = $(CFLAGSANY) -Dx86 >+ MY_CFLAGS = $(CFLAGSANY) $(CFLAGS) -Dx86 > endif > >-CC = gcc >+#CC = gcc > >-LDFLAGS = -lncurses -lpthread >+MY_LDFLAGS = -lncurses -lpthread $(LDFLAGS) > INCLUDEFLAGS = > > OBJS = helper_functions >@@ -44,7 +44,7 @@ > @echo "If the compilation complains about not finding ncurses.h, install ncurses (libncurses5-dev on ubuntu/debian)" > > bin: >- $(CC) $(CFLAGS) $(LDFLAGS) $(INCLUDEFLAGS) $(SRC) -o $(BIN) >+ $(CC) $(MY_CFLAGS) $(MY_LDFLAGS) $(INCLUDEFLAGS) $(SRC) -o $(BIN) > > clean: > rm -f *.o $(BIN)
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 324477
:
238403
|
238479
|
253617
|
255691
| 255693