Skip to content

Test suite uses wrong compiler #2493

@llvmbot

Description

@llvmbot
Bugzilla Link 2121
Resolution FIXED
Resolved on Mar 06, 2010 13:59
Version 2.2
OS Linux
Depends On #2492
Attachments Replace calls to gcc and as with %compile_c, calls to g++ with %compile_cxx.
Reporter LLVM Bugzilla Contributor

Extended Description

The test suite has hardcoded calls to gcc, g++ and as.

This means the (potentially unsuitable) default compiler will be used, instead of the compiler that was selected for ./configure.

Fix: See patch.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions