From ef1988c5b4a5a3ac7aae807f9d96c16021516da6 Mon Sep 17 00:00:00 2001 From: Stefan Liebl Date: Mon, 26 Feb 2024 11:30:15 +0100 Subject: [PATCH] update dlcpro compiler --- vimfiles.stefan/plugin/toptica.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vimfiles.stefan/plugin/toptica.vim b/vimfiles.stefan/plugin/toptica.vim index 0be36b5..0751d7f 100644 --- a/vimfiles.stefan/plugin/toptica.vim +++ b/vimfiles.stefan/plugin/toptica.vim @@ -69,8 +69,8 @@ function s:ProjectSet(project_type, project_base_dir) let s:oselas_gcc4_root = '/opt/OSELAS.Toolchain-2012.12.1/'.s:oselas_gcc4_lastname.'/'. \'gcc-4.7.3-glibc-2.16.0-binutils-2.22-kernel-3.6-sanitized/' let s:oselas_gcc_lastname = 'arm-v7a-linux-gnueabihf' - let s:oselas_gcc_root = '/opt/OSELAS.Toolchain-2021.07.0/'.s:oselas_gcc_lastname.'/'. - \'gcc-11.1.1-clang-12.0.0-glibc-2.33-binutils-2.36.1-kernel-5.12.4-sanitized/' + let s:oselas_gcc_root = '/opt/OSELAS.Toolchain-2022.10.2/'.s:oselas_gcc_lastname.'/'. + \'gcc-12.3.1-glibc-2.33-binutils-2.39-kernel-5.4-sanitized/' function! s:set_oselas_gcc4() let g:GccRoot = s:oselas_gcc4_root