On 07/20/2018 05:03 AM, Tamar Christina wrote: >> Understood. Thanks for verifying. I wonder if we could just bury this >> entirely >> in the aarch64 config files and not expose the default into params.def? >> > > Burying it in config.gcc isn't ideal because if your C runtime is > configurable (like uClibc) it means you > have to go and modify this file every time you change something. If the > argument is > against having these defines in the params and not the configure flag itself > then I can just > have an aarch64 specific configure flag and just use the created define > directly in the AArch64 back-end. Not config.gcc, but in a .h/.c file for the target.
If we leave the generic option, but override the default in the target files. Would that work? Jeff