aboutsummaryrefslogtreecommitdiffstats
path: root/classes/sanity.bbclass
AgeCommit message (Expand)Author
2010-03-09sanity: remove /proc/sys/vm/mmap_min_addr checkRoman I Khimov
2010-03-03qemu: Move gcc version check, qemu-TARGET logic into qemu.bbclassTom Rini
2010-03-02qemu: Perform our sanity checks based on ENABLE_BINARY_LOCALE_GENERATIONTom Rini
2010-02-09sanity: correct misleading message about location of TMPDIRPhil Blundell
2010-01-20sanity.bbclass: handle lack of permission to read /proc/sys/vm/mmap_min_addrMartin Jansa
2009-11-16classes: Drop a number of unneeded import calls (from Poky)Richard Purdie
2009-08-09sanity.bbclass: Correct typo to refer to PACKAGE_EXTRA_ARCHSKhem Raj
2009-02-11sanity.bbclass: do not fail if /bin/sh is not symlinkMarcin Juszkiewicz
2009-02-04sanity.bbclass: make a warning about dash being used as /bin/sh (from Poky)Marcin Juszkiewicz
2009-01-22sanity.bbclass: Provide preserving the mmap_min_addr setting over reboots (fr...Richard Purdie
2008-10-27sanity.bbclass: Add check for duplicate entries in PACKAGE_ARCHSRichard Purdie
2008-10-27classes/conf: Handle Distro PR change in sanity.bbclassRichard Purdie
2008-10-27sanity.bbclass: Work if no TMPDIR was created yetHolger Hans Peter Freyther
2008-05-07sanity.bbclass: Add check for problematic /proc/sys/vm/mmap_min_addr valuesRichard Purdie
2008-02-23sanity.bbclass: Cope with empty abi files generated by previous issuesRichard Purdie
2008-02-23sanity: Move variable declarations to sanity.conf to workaround problems with...Richard Purdie
2008-02-21sanity.bbclass: Remove some now unneeded codeRichard Purdie
2008-02-21sanity.bbclass: Add ABI version number and checks so we can warn users when t...Richard Purdie
2008-01-11sanity.bbclass: remove dependency on host fortran.Michael Lauer
2008-01-07sanity.bbclass: Fix typo - everyone else must have GNU fortran already installedRod Whitby
2008-01-06classes/sanity.bbclass: We need GNU fortran installed to build the gcc4.2 cro...Holger Freyther
2008-01-03base and sanity bbclasses + qemu: move gcc3 availability checking into base.b...Marcin Juszkiewicz
2007-12-15sanity.bbclass: Requiring MACHINE to be set is too paranoid.Paul Sokolovsky
2007-08-18disapproval of revision '5f324e98b61ec50554d929eb59723aaef495ef64'Holger Freyther
2007-08-17classes/sanity.bbclass: Check stty settings and complain when tostop is presentHolger Freyther
2007-08-12sanity.bbclass: Sync with Poky for umask checkRichard Purdie
2007-08-12sanity.bbclass: Remove git and bison, we build them if neededRichard Purdie
2007-07-29santiy.bbclass: Undo accidental changeRichard Purdie
2007-07-29sanity.bbclass: Run sanity checker after configuration parsing for bitbake > ...Richard Purdie
2007-07-24sanity.bbclass: add help2man to required utils (apt-get install help2man) in ...Koen Kooi
2007-07-04sanity: if OE is used by root user (userid 0) then raise error (from Poky)Marcin Juszkiewicz
2007-06-30sanity: also check for bison, closes #2580Patrik Gfeller
2007-04-02classes/base.bbclass: place shasum-native as the first package to buildHolger Freyther
2007-04-01base.bbclass, sanity.bbclass: use sha256sum instead of shasum -a256Philipp Zabel
2007-04-01classes/sanity.bbclass: md5sum is required as wellHolger Freyther
2007-04-01classes/sanity.bblcass: Require shasum since base.bbclass is calling itHolger Freyther
2006-11-04sanity.bbclass: Show all errors in one error message (from poky). Also add de...Richard Purdie
2006-10-13sanity.bbclass: improve error reporting for missing utilities. thanks nicholasMichael Lauer
2006-10-12sanity.bbclass: loop over required utilitiesMichael Lauer
2006-09-03classes/sanity.bbclass: Check for bzip2 in the path as wellHolger Freyther
2006-07-15sanity.bbclass: relax the DISTRO check a bit, taking into account that some D...Michael Lauer
2006-05-25sanity.bbclass: improve error message, check for cvs and svnMichael Lauer
2006-05-21sanity.bbclass: make it work even when distutils is not availableMichael Lauer
2006-04-30conf/bitbake.conf:Holger Freyther
2006-04-23sanity.bbclass: fixed typo in error message (utilits -> utility)Frans Meulenbroeks
2006-04-07conf/sanity.conf:Holger Freyther
2006-03-19Add sanity.conf/sanity.bbclass. This checks for common user misconfigurations...Richard Purdie
-v0.3.0-rc2'>pbarker/opkg-v0.3.0-rc2 OpenEmbedded Core user contribution treesGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/js/files/usepic.patch
blob: 91b092305d484c2ff7bbfb9341b1b3375d6c5a09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Upstream-Status: Inappropriate [embedded specific]

Mips needs -fPIC to compile properly. These tests are broken anyway as they test 
the build system architecture, not the target. This is a hack.

RP 10/6/2010

Index: src/config/Linux_All.mk
===================================================================
--- src.orig/config/Linux_All.mk	2010-06-10 22:09:43.000000000 +0100
+++ src/config/Linux_All.mk	2010-06-10 22:09:55.000000000 +0100
@@ -90,14 +90,10 @@
 # Use the editline library to provide line-editing support.
 JS_EDITLINE = 1
 
-ifeq ($(CPU_ARCH),x86_64)
 # Use VA_COPY() standard macro on x86-64
 # FIXME: better use it everywhere
 OS_CFLAGS += -DHAVE_VA_COPY -DVA_COPY=va_copy
-endif
 
-ifeq ($(CPU_ARCH),x86_64)
 # We need PIC code for shared libraries
 # FIXME: better patch rules.mk & fdlibm/Makefile*
 OS_CFLAGS += -DPIC -fPIC
-endif