aboutsummaryrefslogtreecommitdiffstats
path: root/classes/dsmg600-image.bbclass
AgeCommit message (Expand)Author
2008-12-17dsmg600-image.bbclass: Do not override nslu2; makes image additive.Mike Westerhof
2008-12-12dsmg600-image.bbclass: use correct kernel file when assembling the bin imageMike Westerhof
2007-04-07dsmg600-image.bbclass, nas100d-image.bbclass, nslu2le.conf, nslu2be.conf: Add...Rod Whitby
2007-02-15slugos, unslung: Moved unslung image building into unslung-image, and split n...Rod Whitby
alue='ChenQi/systemd-dhcpd'>ChenQi/systemd-dhcpd OpenEmbedded Core user contribution treesGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-csl-arm/gcc41-configure.in.patch
blob: 3d33bcb9789b2826df75b52bc72a4bd555da095b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- gcc-3.4.4/configure.in.orig	2005-08-09 19:57:51.504323183 -0700
+++ gcc-3.4.4/configure.in	2005-08-09 20:00:12.073168623 -0700
@@ -1907,7 +1907,7 @@
   *) gxx_include_dir=${with_gxx_include_dir} ;;
 esac
 
-FLAGS_FOR_TARGET=
+FLAGS_FOR_TARGET="$ARCH_FLAGS_FOR_TARGET"
 case " $target_configdirs " in
  *" newlib "*)
   case " $target_configargs " in
--- gcc-3.4.4/configure.orig	2005-08-09 21:02:29.668360660 -0700
+++ gcc-3.4.4/configure	2005-08-09 21:02:50.157649970 -0700
@@ -2669,7 +2669,7 @@
   *) gxx_include_dir=${with_gxx_include_dir} ;;
 esac
 
-FLAGS_FOR_TARGET=
+FLAGS_FOR_TARGET="$ARCH_FLAGS_FOR_TARGET"
 case " $target_configdirs " in
  *" newlib "*)
   case " $target_configargs " in