We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5cb8d34 + d7e37d9 commit 36d02fcCopy full SHA for 36d02fc
Readme.md
@@ -70,11 +70,17 @@ $ ../gcc/configure \
70
$ make -j4 # You can replace `4` with another number depending on how many cores you have.
71
```
72
73
-If you want to run libgccjit tests, you will need to also enable the C++ language in the `configure`:
+If you want to run libgccjit tests, you will need to
74
+* Enable the C++ language in the `configure` step:
75
76
```bash
77
--enable-languages=jit,c++
78
79
+* Install [dejagnu](https://www.gnu.org/software/dejagnu/#downloading) to run the tests:
80
+
81
+```bash
82
+$ sudo apt install dejagnu
83
+```
84
85
Then to run libgccjit tests:
86
0 commit comments