Remove -march=native from build flags. --- a/higan/GNUmakefile +++ b/higan/GNUmakefile @@ -26,7 +26,6 @@ flags += -fopenmp link += -fopenmp ifeq ($(binary),application) - flags += -march=native link += -Wl,-export-dynamic link += -lX11 -lXext else ifeq ($(binary),library) ead>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/debug.scm
AgeCommit message (Expand)Author
2020-04-04gnu: c-reduce: Make some inputs native....* gnu/packages/debug.scm (c-reduce)[inputs]: Move flex from here... [native-inputs]: ...to this new field. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com> Vincent Legoll
2020-03-22gnu: Remove qemu-minimal-2.10....* gnu/packages/virtualization.scm (qemu-minimal-2.10): Remove variable. * gnu/packages/debug.scm (qemu-for-american-fuzzy-lop): New variable. (american-fuzzy-lop)[inputs]: Remove custom-qemu and add qemu-for-american-fuzzy-lop. [arguments]: Adjust reference to QEMU in the 'install-qemu' phase. Leo Famulari
2020-03-22gnu: Prefix licenses in (gnu packages debug)....* gnu/packages/debug.scm: Add a license prefix. Leo Famulari
2020-03-22gnu: zzuf: Update license field....* gnu/packages/debug.scm (zzuf)[license]: List as wtfpl2. Efraim Flashner
2020-03-17gnu: american-fuzzy-lop: Use HTTPS home page....* gnu/packages/debug.scm (american-fuzzy-lop)[home-page]: Use HTTPS. Tobias Geerinckx-Rice
2020-03-17gnu: american-fuzzy-lop: Update to 2.56b....* gnu/packages/debug.scm (american-fuzzy-lop): Update to 2.56b. [source]: Use GIT-FETCH from the new upstream, and GIT-FILE-NAME. [inputs]: Adjust custom-qemu's ‘apply-afl-patches’ phase to this new reality. Don't apply upstreamed Qemu patches. [arguments]: Make the git check-out writable. Tobias Geerinckx-Rice
2020-03-17gnu: american-fuzzy-lop: Fix documentation directory....* gnu/packages/debug.scm (american-fuzzy-lop)[arguments]: Install documentation into its conventional location. Tobias Geerinckx-Rice
2020-03-09gnu: Add rr....* gnu/packages/debug.scm (rr): New variable. Ludovic Courtès
2019-12-02gnu: stress-make: Avoid top-level reference to 'gnu-make'....* gnu/packages/debug.scm (stress-make)[license]: Hard-code GPL3+ instead of referring to 'gnu-make'. Ludovic Courtès
2019-11-10gnu: delta: Use 'mirror-url'....* gnu/packages/debug.scm (delta)[source]: Use 'mirror-url' over direct Debian download. Efraim Flashner
2019-10-13gnu: stress-make: Fix build and update....* gnu/packages/debug.scm (stress-make)[version]: Update to latest upstream commit. Bump revision. Use 'git-version'. [source]: Update url. Use 'git-file-name'. [home-page]: Update url likewise. [arguments]: Add 'setup-go' phase. [license]: Update license file name. Eric Bavier