Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 177618 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]
replaces the other crosscompile patch, allows crosscompiling
phidget21-2.1.5.20090105-crosscompile.patch (text/plain), 777 bytes, created by
Nathan Phillip Brink (binki) (RETIRED)
on 2009-01-07 00:30:50 UTC
(
hide
)
Description:
replaces the other crosscompile patch, allows crosscompiling
Filename:
MIME Type:
Creator:
Nathan Phillip Brink (binki) (RETIRED)
Created:
2009-01-07 00:30:50 UTC
Size:
777 bytes
patch
obsolete
>diff -u /var/tmp/portage/dev-embedded/phidget-2.1.5.20090105/work/Phidgetlinux/phidget21/Makefile /tmp/buffer-content-128429IH >--- /Phidgetlinux/phidget21/Makefile 2009-01-06 17:20:07.000000000 -0500 >+++ /Phidgetlinux/phidget21/Makefile 2009-01-06 17:46:57.000000000 -0500 >@@ -2,18 +2,16 @@ > DEBUG?=n > DMALLOC?=n > JAVA?=y >-CROSSCOMPILE?=n >+CROSS_COMPILE?= > ZEROCONF?=avahi > ZEROCONF_LOOKUP?=n > >-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 >+CC=$(CROSS_COMPILE)gcc >+NM=$(CROSS_COMPILE)nm >+AR=$(CROSS_COMPILE)ar >+CXX=$(CROSS_COMPILE)g++ >+CPP=$(CROSS_COMPILE)cpp >+LD=$(CROSS_COMPILE)ld > > ifeq ($(JAVA),y) > JAVAHOME := /usr/java/j2sdk1.4.2_18 > >Diff finished. Tue Jan 6 17:46:57 2009
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