clang is used to compile libs on linux too.

Former-commit-id: 615253e7a9
This commit is contained in:
Norayr Chilingarian 2014-04-10 14:17:41 +04:00
parent ebf8f5861e
commit 331170683e
5 changed files with 4 additions and 4 deletions

BIN
ocat

Binary file not shown.

View file

@ -1 +1 @@
f07ace957803c4f8f91afdd2a7203923b90e47b5 f5fd9a8471482e945d275319e4740da9a07a053f

View file

@ -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.

View file

@ -1 +1 @@
5868f635083b8744630e51f3e436490d72f0e77f 9986ddb20ed214b5db77e1a3ff72ac05bb12f8af

View file

@ -1 +1 @@
fed33f8a353c8fba5bd7ac2003c83c4a88892d74 9986ddb20ed214b5db77e1a3ff72ac05bb12f8af