File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -180,23 +180,24 @@ These scripts provide a few additional environment variables to tweak Toolchain
180
180
181
181
`A. BUILDDIR`: To change build directory. By default it is set to `/tmp` directory. Its usage is as follows:
182
182
183
- > [!IMPORTANT]
184
- > Make sure assigned directory has read/write permission.
185
-
186
183
```sh
187
184
BUILDDIR="/home/foo/foo1"
188
185
```
189
186
187
+ > [!CAUTION]
188
+ > Make sure assigned directory has read/write permission.
189
+
190
190
191
- B. `LANGUAGES`: To change supported programming languages for your Toolchains. Its default value is `c,c++,fortran`. Its usage is as follows:
192
191
193
- > [!IMPORTANT]
194
- > Make sure to install additional dependency manually according to your assigned supported languages.
192
+ B. `LANGUAGES`: To change supported programming languages for your Toolchains. Its default value is `c,c++,fortran`. Its usage is as follows:
195
193
196
194
```sh
197
195
LANGUAGES="c,go,brig,d"
198
196
```
199
197
198
+ > [!CAUTION]
199
+ > Make sure to install additional dependency manually according to your assigned supported languages.
200
+
200
201
 
201
202
202
203
### 5. Supported GCC Versions 🔖
You can’t perform that action at this time.
0 commit comments