-
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 |
Beta Was this translation helpful? Give feedback.
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). |
Beta Was this translation helpful? Give feedback.
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).