Skip to content

Commit 9bb88ab

Browse files
authored
Fix to avoid confusion
1 parent 4a45281 commit 9bb88ab

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,6 @@ You can easily download them from Sourceforge:(_Links Below_)
6565
chmod +x experimental_6-3_w_8-2.sh
6666
./experimental_6-3_w_8-2.sh
6767
```
68-
69-
* **[Failsafe]** To restore old configration download this script [Restore_old_6.3.sh](https://github.com/abhiTronix/raspberry-pi-cross-compilers/blob/master/Tools/Restore_old_6.3.sh)(_right click and "Save As"_) and execute:
70-
71-
```
72-
chmod +x Restore_old_6.3.sh
73-
./Restore_old_6.3.sh
74-
```
75-
7668

7769
**7. Extra step to use Cross-Compiler Binaries with Cmake: (Cross-Compiler Only)**
7870

@@ -114,6 +106,15 @@ You can easily download them from Sourceforge:(_Links Below_)
114106
`arm-linux-gnueabihf-g++ --version`
115107

116108
`arm-linux-gnueabihf-gfortran --version`
109+
110+
111+
### Important: To restore old configration(Only, if you followed step-6), download this script [Restore_old_6.3.sh](https://github.com/abhiTronix/raspberry-pi-cross-compilers/blob/master/Tools/Restore_old_6.3.sh)(_right click and "Save As"_) and execute:
112+
113+
```
114+
chmod +x Restore_old_6.3.sh
115+
./Restore_old_6.3.sh
116+
```
117+
117118

118119
## Supported Languages(full functionality):
119120
- C++

0 commit comments

Comments
 (0)