Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 388629 - multilib.eclass: multilib_toolchain_setup calls non-existent get_abi_ASFLAGS
Summary: multilib.eclass: multilib_toolchain_setup calls non-existent get_abi_ASFLAGS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-27 03:19 UTC by Mike Gilbert
Modified: 2011-10-27 05:50 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 Mike Gilbert gentoo-dev 2011-10-27 03:19:47 UTC
get_abi_ASFLAGS was removed on 2011-10-14. However, multilib_toolchain_setup still attempts to call it:

export AS="$(tc-getAS) $(get_abi_ASFLAGS)"