lets get rid of this message: 'section __textcoal_nt is deprecated'

This commit is contained in:
igorvoltaic
2018-05-23 11:32:44 +03:00
parent 53e8e2401c
commit 4543015b01
8 changed files with 51 additions and 23 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
tools=("gcc-5" "g++-5" "otool" "nm")
tools=("gcc-6" "g++-6" "otool" "nm")
echo "Platform: `uname -a`"
echo "-------------------------------------"