aboutsummaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)AuthorFilesLines
2021-07-29Enable precompiled headers when using clangtestAndrew Waterman1-0/+77
2021-03-25Fix statx configure checkAndrew Waterman1-2/+2
2021-03-25Fix Ubuntu 16.04 buildAndrew Waterman1-0/+11
2021-03-25Add `statx` syscallhuaixv1-0/+66
2020-12-01Remove stray comma in configureAndrew Waterman1-1/+1
2020-11-07Update generated configure scriptMarcus Comstedt1-0/+16
2020-09-29Partially revert removal of .pc.in files; add disasm.pc.inAbhinay Kayastha1-0/+3
2020-09-22Only install pkg-config files for libraries that are installedAndrew Waterman1-18/+0
2020-09-22Separate build of spike and spike-dasmAndrew Waterman1-0/+97
2020-09-22Don't error out if dlopen isn't availableAndrew Waterman1-4/+14
2020-06-10ext: rename libdummy_rocc by libcustomextChih-Min Chao1-10/+10
2020-04-26fdt: import fdt library from OpenSBIChih-Min Chao1-0/+49
2020-03-22Fix hard-coded path to DTC that breaks packaging (#428)Joel Sherrill1-14/+2
2020-03-09rvv: enhance --varch to parse string type optionsZhen Wei1-2/+2
2020-02-27Allow overriding CFLAGS and similar when buildingRupert Swarbrick1-12/+154
2020-02-12Improve --varch error checking. (#394)Tim Newsome1-2/+2
2019-11-12Add --priv option to control which privilege modes are availableAndrew Waterman1-0/+19
2019-10-28Implement support for big-endian hostsMarcus Comstedt1-1/+2
2019-09-02Fix OSX buildAndrew Waterman1-1/+75
2019-07-22Implement MMIO device plugins.Aaron Jones1-0/+2
2019-07-11Fix support for 32-bit hosts (but no V extension in that case!)Andrew Waterman1-2/+2
2019-06-14rvv: add configuration and command-line optionChih-Min Chao1-0/+87
2019-03-31Add fesvr; only globally install fesvr headers/libsstatic-linkAndrew Waterman1-159/+96
2017-06-05Configure should fail if device-tree-compiler is not installedAndrew Waterman1-0/+4
2017-04-05Add --enable-misaligned option for misaligned ld/st supportAndrew Waterman1-0/+16
2017-03-21autoconf: put location of 'dtc' into config.hWesley W. Terpstra1-0/+46
2017-02-18Make HW setting of PTE A/D bits optional (by configure arg)Andrew Waterman1-1/+29
2016-04-02Allow configuration of default ISA with --with-isaAndrew Waterman1-0/+19
2016-03-02Add autoconf check for little-endiannessAndrew Waterman1-265/+686
2016-03-02Compile debug symbolsAndrew Waterman1-2/+2
2016-01-24Remove hwacha supportAndrew Waterman1-49/+0
2015-05-13autoreconf 126beb482ff6 ("Install pkg-config files for Spike")Palmer Dabbelt1-0/+18
2015-04-09Fix autoconf for RHEL6Andrew Waterman1-57/+58
2015-04-03Support setting ISA/subsets with --isa flagAndrew Waterman1-105/+61
2015-03-30Implement RVC draftAndrew Waterman1-0/+15
2015-01-09Don't look for a simulator when cross compilingAndrew Waterman1-120/+0
2015-01-09Fix bug where C compiler used instead of C++ for autoconf testsStephen Twigg1-8/+16
2014-12-29autoreconf 65ba70071d11cc19b3dc85c047c5fea6d4d7bc0dPalmer Dabbelt1-121/+139
2014-12-20Support building from within root directoryAndrew Waterman1-8/+8
2014-11-25Factor out the dummy RoCC acceleratorAndrew Waterman1-0/+46
2014-11-19Suppress harmless warningsAndrew Waterman1-2/+2
2014-08-28Update configure to set CPPFLAGS instead of CFLAGS with fesvr include path.Jim Lawson1-1/+1
2014-08-15Added PC histogram option.Christopher Celio1-0/+15
2014-01-26Enable runtime loading of dynamic library with --extlibAndrew Waterman1-155/+149
2014-01-26Eliminate hwacha <-> riscv circular dependenceAndrew Waterman1-102/+153
2014-01-25Merge softfloat_riscv into softfloatAndrew Waterman1-46/+0
2014-01-24Require libdl for dynamic linking at runtimeAndrew Waterman1-15/+63
2014-01-24Build and use shared libraries onlyAndrew Waterman1-2/+2
2014-01-24Build and use shared librariesAndrew Waterman1-28/+28
2013-10-16revamp hwacha; now runs in physical modeYunsup Lee1-0/+46