Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

OptionNotes
-fPICShared objects for ARM must use position-independent code. ld will check to make sure you've used it.
-Wno-psabiPrevents warnings about the implementation of stdarg.
-WallEnables all other warnings.

-march=armv7-a

-mtune=cortex-a9

Produce assembly code for the ARM Cortex-A9.
-DEXPORT='__attribute__((visibility("default")))'Use this macro in declarations in order to put the corresponding symbols into the dynamic symbol table.
-fvisibility=hidden"Hidden" visibility for all symbols except those explicitly exported.

Assembly code

OptionNotes
-x assembler-with-cppAllow preprocessor directives in the input source code.
-POmit #line directives in the preprocessor output, the assembler doesn't accept them.

...