diff options
author | Phil Blundell <philb@gnu.org> | 2005-04-17 11:22:50 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2005-04-17 11:22:50 +0000 |
commit | 7b2b811135c995932d20e8f2d33fdd6348762596 (patch) | |
tree | d260307cdd0407b8bb11836e5a56c8905da19324 /packages | |
parent | 6c5b3e8daf35e649d71fc396b209f4a4610fe1ac (diff) |
reinstate 15342.patch in gcc-csl-20050416
BKrev: 4262470aiGCOsq58FbC6VaFCopD7MA
Diffstat (limited to 'packages')
-rw-r--r-- | packages/gcc/gcc-cross_csl-arm-20050416.bb | 15 | ||||
-rw-r--r-- | packages/gcc/gcc-csl-arm/15342.patch | 0 | ||||
-rw-r--r-- | packages/gcc/gcc_csl-arm-20050416.bb | 4 |
3 files changed, 19 insertions, 0 deletions
diff --git a/packages/gcc/gcc-cross_csl-arm-20050416.bb b/packages/gcc/gcc-cross_csl-arm-20050416.bb index e69de29bb2..a92ae13733 100644 --- a/packages/gcc/gcc-cross_csl-arm-20050416.bb +++ b/packages/gcc/gcc-cross_csl-arm-20050416.bb @@ -0,0 +1,15 @@ +include gcc_csl-arm-20050416.bb +# path mangling, needed by the cross packaging +include gcc-paths-cross.inc +inherit cross +# NOTE: split PR. If the main .oe changes something that affects its *build* +# remember to increment this one too. +PR = "r1" + +DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc" +PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++" + +# cross build +include gcc3-cross-build.inc +# cross packaging +include gcc-package-cross.inc diff --git a/packages/gcc/gcc-csl-arm/15342.patch b/packages/gcc/gcc-csl-arm/15342.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/gcc/gcc-csl-arm/15342.patch diff --git a/packages/gcc/gcc_csl-arm-20050416.bb b/packages/gcc/gcc_csl-arm-20050416.bb index 9e5aced1f4..daccd69017 100644 --- a/packages/gcc/gcc_csl-arm-20050416.bb +++ b/packages/gcc/gcc_csl-arm-20050416.bb @@ -1,5 +1,9 @@ include gcc_csl-arm.bb +SRC_URI += "file://15342.patch;patch=1" + +PR = "r1" + CVSDATE = "20050416" OVERRIDES_append = ":${TARGET_ARCH}-${TARGET_OS}" DEFAULT_PREFERENCE_arm-linux = "1" |