Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 168232 Details for
Bug 140087
new ebuild: phidget20-1.0.6.ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
This patch allows the makefile to call gcc and binutils tools prefixed by a tuple.
phidget21-crosscompile.patch (text/plain), 709 bytes, created by
Nathan Phillip Brink (binki) (RETIRED)
on 2008-10-13 02:07:47 UTC
(
hide
)
Description:
This patch allows the makefile to call gcc and binutils tools prefixed by a tuple.
Filename:
MIME Type:
Creator:
Nathan Phillip Brink (binki) (RETIRED)
Created:
2008-10-13 02:07:47 UTC
Size:
709 bytes
patch
obsolete
>diff -c /home/ohnobinki/ivd/phidgetprogs/phidgetlinux/Phidgetlinux/phidget21/Makefile /tmp/buffer-content-3770Mkg >--- Makefile Mon Sep 22 14:48:19 2008 >+++ Makefile Tue Sep 30 07:10:04 2008 >@@ -2,17 +2,17 @@ > DEBUG?=n > DMALLOC?=n > JAVA?=y >-CROSSCOMPILE?=n >+CROSS_COMPILE?= > ZEROCONF?=avahi > >-ifeq ($(CROSSCOMPILE),y) >-CC=arm-linux-gcc >-NM=arm-linux-nm >-AR=arm-linux-ar >-CXX=arm-linux-g++ >-CPP=arm-linux-cpp >-LD=arm-linux-ld >-endif >+#ifeq ($(CROSSCOMPILE),y) >+CC=$(CROSS_COMPILE)gcc >+NM=$(CROSS_COMPILE)nm >+AR=$(CROSS_COMPILE)ar >+CXX=$(CROSS_COMPILE)g++ >+CPP=$(CROSS_COMPILE)cpp >+LD=$(CROSS_COMPILE)ld >+#endif > > ifeq ($(JAVA),y) > JAVAHOME := /usr/java/j2sdk1.4.2_18 > >Diff finished. Tue Sep 30 07:10:05 2008
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 140087
:
91543
|
92591
|
168230
|
168232
|
168234
|
168240
|
177617
|
177618
|
177620
|
190835