diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2008-03-15 17:13:34 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2008-03-15 17:13:34 +0000 |
commit | ad322d87c9859e07f1e90699ca5bc87ff9e75f6a (patch) | |
tree | e52a2961e40d6779f1e30982affd400c30b65f19 /packages/gcc/gcc-cross4.inc | |
parent | 00a0015e36106eae139c083f82dea04b905ecc6d (diff) |
gcc: Add gcc-cross4.inc and convert gcc-cross_4* recipes to use it
Diffstat (limited to 'packages/gcc/gcc-cross4.inc')
-rw-r--r-- | packages/gcc/gcc-cross4.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/gcc/gcc-cross4.inc b/packages/gcc/gcc-cross4.inc new file mode 100644 index 0000000000..3d3403737a --- /dev/null +++ b/packages/gcc/gcc-cross4.inc @@ -0,0 +1,3 @@ +require gcc-cross.inc + +DEPENDS += "gmp-native mpfr-native" |