Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 418397 - sys-deve/gcc:4.7 - Allow building of deprecated arm-*-elf toolchains
Summary: sys-deve/gcc:4.7 - Allow building of deprecated arm-*-elf toolchains
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: ARM Linux
: Normal enhancement
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-31 16:31 UTC by cJ
Modified: 2012-05-31 17:45 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description cJ 2012-05-31 16:31:47 UTC
I currently need to use arm-softfloat-elf because of linkage with libraries compiled with an old RealView toolchain, and would appreciate if the default configuration could pass --enable-obsolete to the gcc ./configure.


Reproducible: Always

Steps to Reproduce:
1. emerge =cross-arm-softfloat-elf/gcc-4.7.0
2. ...
3. profit!



if [ tc_version_is_at_least 4.7 && ${arm_arch%%-elf} != $arm_arch ];
then
    confgcc+=" --enable-obsolete"
fi
Comment 1 SpanKY gentoo-dev 2012-05-31 17:45:15 UTC
no need to make it dependent on versions/targets.  just pass it all the time.

http://sources.gentoo.org/eclass/toolchain.eclass?r1=1.540&r2=1.541
http://sources.gentoo.org/eclass/toolchain-binutils.eclass?r1=1.114&r2=1.115