mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 02:52:24 +00:00
clang is used to compile libs on linux too.
This commit is contained in:
parent
b72099fddc
commit
615253e7a9
5 changed files with 1 additions and 1 deletions
BIN
ocat
BIN
ocat
Binary file not shown.
BIN
showdef
BIN
showdef
Binary file not shown.
|
|
@ -76,7 +76,7 @@ Strings.Append ("/lib ", ccOpt);
|
||||||
Args.GetEnv("CFLAGS", CFLAGS);
|
Args.GetEnv("CFLAGS", CFLAGS);
|
||||||
Strings.Append (CFLAGS, ccOpt);
|
Strings.Append (CFLAGS, ccOpt);
|
||||||
Strings.Append (" ", ccOpt);
|
Strings.Append (" ", ccOpt);
|
||||||
ccString := "cc ";
|
ccString := "clang ";
|
||||||
(*Strings.Append (ccOpt, ccString);*)
|
(*Strings.Append (ccOpt, ccString);*)
|
||||||
|
|
||||||
END extTools.
|
END extTools.
|
||||||
|
|
|
||||||
BIN
voc
BIN
voc
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue