spec: simplify specTemplate options, provide a lower interface

This commit is contained in:
2025-04-20 13:12:11 +08:00
parent 1766cbdd15
commit fbcf280f42
3 changed files with 30 additions and 50 deletions

View File

@@ -31,10 +31,6 @@ intspeed,fpspeed:
#------- Compilers ------------------------------------------------------------
default:
# EDIT: the directory where your compiler is installed
%ifndef %{gcc_dir}
#% define gcc_dir /SW/compilers/GCC/Linux/x86_64/gcc-6.3.0
% define sysroot_dir @@SYSROOT@@
%endif
LDFLAGS = @@LDFLAGS@@
LIBS = @@LIBS@@