into odin.sc.ti.com:/home/kergoth/code/packages
2004/11/25 05:16:24-06:00 ti.com!kergoth
Apply the gcc visibility patch to our 3.4.3 builds (not applying to the others
yet due to the openzaurus and familiar releases being imminent).
BKrev: 41a5c271LHMkE6ZpNPKMaQYziW6FUA
FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/gcc-${PV}"
# NOTE: split PR. If the main .oe changes something that affects its *build*
# remember to increment this one too.
-PR = "r3"
+PR = "r4"
DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc"
PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++"
-PR = "r3"
+PR = "r4"
DESCRIPTION = "The GNU cc and gcc C compilers."
HOMEPAGE = "http://www.gnu.org/software/gcc/"
SECTION = "devel"
file://gcc-3.4.0-arm-lib1asm.patch;patch=1 \
file://gcc-3.4.0-arm-nolibfloat.patch;patch=1 \
file://gcc-3.4.0-arm-bigendian.patch;patch=1 \
- file://gcc-3.4.0-arm-bigendian-uclibc.patch;patch=1"
+ file://gcc-3.4.0-arm-bigendian-uclibc.patch;patch=1 \
+ file://GCC3.4.0VisibilityPatch.diff;patch=1"
include gcc3-build.inc