[Bug bootstrap/69897] Unable to disable libbacktrace for target

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sun Feb 21 21:32:00 GMT 2016


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69897

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |INVALID

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
This is what I do for building a minimal cross compiler:
$PMAKE all-host || return 1
make install-host DESTDIR=${SYSROOT} || return 1

That would be used for building glibc.


More information about the Gcc-bugs mailing list