https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109712
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Ever confirmed|0 |1
Status|UNCONFIRMED |WAITING
Last reconfirmed| |2023-05-03
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
>find . -iname "*.deb" -exec dpkg-deb -x {} cuda \;
This won't work on non-debian based targets. IIRC debs are archives which
contain two tar files which you can just use ar followed by tar to extract the
files instead of using dpkg-deb.