We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
The --aapcs flag changes the procedure call standard (or sub-standard) being used. In this case from the default "hard fp" linkage to "soft fp" linkage. What this means is practise is how parameters and return values are passed. With hard fp, float types (float and double) will be passed in VFP/NEON registers. With softfp float types will be passed in general purpose registers.