Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: m-labs/misoc
base: 69c2a705bf97^
Choose a base ref
...
head repository: m-labs/misoc
compare: d03dabb4608e
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Jul 26, 2015

  1. common.mak: use clang/clang++ to compile C/C++ sources.

    Note that -integrated-as is not active by default on OR1K,
    so we're still shelling out to binutils to assemble.
    It is not yet possible to build everything using -integrated-as.
    whitequark committed Jul 26, 2015
    1 Configuration menu
    Copy the full SHA
    69c2a70 View commit details
    Browse the repository at this point in the history
  2. common.mak: Pass -fexceptions to clang and clang++.

    This results in generation of .eh_frame sections. These sections
    can be discarded during final linking, or included if exception
    handling is desired. For exception handling to work, all sources
    must be built with -fexceptions.
    whitequark committed Jul 26, 2015
    Configuration menu
    Copy the full SHA
    d03dabb View commit details
    Browse the repository at this point in the history