找到最新版本的gcc并切换到它

时间:2016-07-08 23:39:54

标签: gcc g++

我在Ubuntu 16.04上安装了多个版本的gcc,我想知道如何设置系统以使用最新版本的gcc而不卸载旧版本。

我更喜欢它是一个简单的脚本而不是依赖,因为我将它安装在Docker容器中,我不想让它膨胀。

1 个答案:

答案 0 :(得分:0)

   if (service.bluetoothGatt!=null){
        Log.i("Rides","Closeing bluetooth gatt on disconnect");
        service.bluetoothGatt.close();
        service.bluetoothGatt.disconnect();
        service.bluetoothGatt=null;
    }