diorcety / crosstool-ng

crosstool-ng fork with the full support of Darwin/Linux/Windows as build and host machine
Other
33 stars 15 forks source link

LLVM and Clang 3.4 have been branched #3

Closed martell closed 10 years ago

martell commented 10 years ago

I'm going to add support for 3.4 just like 3.3 etc. as master will have new features. Some testing on mingwdroid firefox scripts has built a successful 64 bit clang which is why I believe we need this now.

Issue is just to remind me to do it.

mingwandroid commented 10 years ago

You should be able to copy patches/llvm/head and patches/clang/head to begin with.. In fact that may be all that needs to be done. On Nov 24, 2013 4:44 PM, "martell" notifications@github.com wrote:

I'm going to add support for 3.4 just like 3.3 etc. as master will have new features. Some testing on mingwdroid firefox scripts has built a successful 64 bit clang which is why I believe we need this now.

Issue is just to remind me to do it.

— Reply to this email directly or view it on GitHubhttps://github.com/diorcety/crosstool-ng/issues/3 .

martell commented 10 years ago

I am doing it right now. I need to edit the CT_GetGit command in functions to do a checkout if an extra argument is passed. I have also copied over the patched from head into 3.4 as you have said That extra argument being LLVM_BRANCH or CLANG_BRANCH

Hopefully I won't break it :D

Hopefully his will be useful even in future when 3.5 etc has been branched.

mingwandroid commented 10 years ago

Sounds good. On Nov 24, 2013 5:18 PM, "martell" notifications@github.com wrote:

I am doing it right now. I need to edit the git command in functions to do a checkout if an extra argument is passed. I have also copied over the patched from head into 3.4 as you have said That extra argument being LLVM_BRANCH or CLANG_BRANCH

Hopefully I won't break it :D

Hopefully his will be useful even in future when 3.5 etc has been branched.

— Reply to this email directly or view it on GitHub.