|
I'm trying to make rpm packge and noticed that in spec you dont set buildbits=64 for aarch64 and setting it is pointless as it will set -m64 which will cause error.Do I need to set something else for it or here ACE_TAO/ACE/ace/config-linux-common.h Line 181 in ae8f47c |
Answered by
mitza-oci
Oct 7, 2024
Replies: 1 comment
|
I don't know of any changes or special configuration needed for AArch64. Typically the compiler is set up for its target platform and then ACE can "detect" it based on these predefined preprocessor symbols (referencing the line you quoted). |
0 replies
Answer selected by
ratkinkrf
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't know of any changes or special configuration needed for AArch64. Typically the compiler is set up for its target platform and then ACE can "detect" it based on these predefined preprocessor symbols (referencing the line you quoted).