aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/phoneme
AgeCommit message (Expand)Author
2010-12-23phoneme-advanced.inc: Fix recipe for mips targets.Alex Ferguson
2010-12-16phoneme-advanced: force ARM mode, otherwise build fails on armv4tMartin Jansa
2010-08-20phoneme-advanced: add patch for build with (e)glibc-2.12 and fix QA issue wit...Martin Jansa
2010-08-03recipes: Fix the PATHs for toolchains.Khem Raj
2010-07-22recipes: Fix references to CROSS_DIRKhem Raj
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
2010-04-15phoneme-advanced-foundation: add build 160Henning Heinold
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
OpenEmbedded Core user contribution treesGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/gcc/gcc-4.5.0/602-sdk-libstdc++-includes.patch
blob: 23fce7544da9de56ad9d9117eb3806a553749c4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- gcc-4.1.0/libstdc++-v3/fragment.am	2005-03-21 11:40:14.000000000 -0600
+++ gcc-4.1.0-patched/libstdc++-v3/fragment.am	2005-04-25 20:14:39.856251785 -0500
@@ -21,5 +21,5 @@
 	$(WARN_FLAGS) $(WERROR) -fdiagnostics-show-location=once
 
 # -I/-D flags to pass when compiling.
-AM_CPPFLAGS = $(GLIBCXX_INCLUDES)
+AM_CPPFLAGS = $(GLIBCXX_INCLUDES) -I$(toplevel_srcdir)/include
 
--- gcc-4.1.0/libstdc++-v3/libmath/Makefile.am	2005-03-21 11:40:18.000000000 -0600
+++ gcc-4.1.0-patched/libstdc++-v3/libmath/Makefile.am	2005-04-25 20:14:39.682280735 -0500
@@ -35,7 +35,7 @@
 
 libmath_la_SOURCES = stubs.c
 
-AM_CPPFLAGS = $(CANADIAN_INCLUDES)
+AM_CPPFLAGS = $(CANADIAN_INCLUDES) -I$(toplevel_srcdir)/include
 
 # Only compiling "C" sources in this directory.
 LIBTOOL = @LIBTOOL@ --tag CC