X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=BuildConf%2Fnative%2FMakefile.cfg;h=2bf14ccffe9195f6ef9d5a6535959917ccead39e;hb=5b487e31cf5145372e9777e9f82a8cd661d4f1b4;hp=aa4cd00c95538e996927c039db5ebbd3cdc66b1b;hpb=bfb42102be5c178ce08b7861c11ee2694004413a;p=tpg%2Facess2.git diff --git a/BuildConf/native/Makefile.cfg b/BuildConf/native/Makefile.cfg index aa4cd00c..2bf14ccf 100644 --- a/BuildConf/native/Makefile.cfg +++ b/BuildConf/native/Makefile.cfg @@ -5,7 +5,8 @@ ARCHDIR := native -LD ?= $(CC) -print-prog-name=ld +#LD ?= $(CC) -print-prog-name=ld +LD = $(CC) AS = $(CC) -c ASSUFFIX = S