Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C++11 support #27

Closed
Jupotter opened this issue Sep 17, 2013 · 1 comment
Closed

C++11 support #27

Jupotter opened this issue Sep 17, 2013 · 1 comment

Comments

@Jupotter
Copy link

Hello,

I am currently trying to provide cross-compilation for a c++ 3d engine to flash. This engines uses a lot of C++11 features.

Sadly, crossbridge beiing built on gcc 4.3, it have no support for these features. I was wondering what amount of changes would be necessarry to build crossbridge on gcc 4.8 with c++11 support.

I see that the llvm-gcc frontend is not supported anymore by llvm. It means I will need to port the changes to dragonegg. Are there other tools that would not be compatibles with a new version of gcc/llvm?

@Jupotter
Copy link
Author

Nevermind, looked at the branch futures and it seems to be what I need... when it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant