Uploaded image for project: 'Funtoo Linux'
  1. Funtoo Linux
  2. FL-2896

Typo in gcc ebuild, definition of tc-is-cross-compiler

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • None
    • None

      I was looking through the gcc ebuild, and I noticed that several of them have tc-is-cross-compiler defined as

       [[ ${CBUILD}:-${CHOST}} != ${CHOST} ]] 

      Which I'm pretty sure should be

       [[ ${CBUILD:-${CHOST}} != ${CHOST} ]] 

            Unassigned Unassigned
            klkblake klkblake [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: