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

generalize the Linux Makefile for cross-compilation #47

Closed
redbrain17 opened this issue Jun 25, 2015 · 1 comment
Closed

generalize the Linux Makefile for cross-compilation #47

redbrain17 opened this issue Jun 25, 2015 · 1 comment
Assignees

Comments

@redbrain17
Copy link

To cross-compile sscep for my ARM architecture I need to adapt the Linux/Makefile

-CC = gcc
+CC = arm-v5te-linux-gnueabi-gcc

is there a way to generalize that for other architectures?

@aleibl aleibl self-assigned this Apr 5, 2019
@gotthardp
Copy link
Contributor

Since 69df7a3 we use GNU autotools that make the cross-compilation much simpler.

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

3 participants