Werner LEMBERG <[email protected]> wrote: > > What does mean? Shared libraries are definitely PIC code. Me not > > understand. > > As written: > > Setting this macro is needed for systems that prohibit address > fixups, such as BREW. > > gcc or clang is capable of automatically doing address fixups, BREW is > not. > > I've just add this piece of information.
This is confusing. PIC support is a toolchain feature and has nothing to do with support from the source code. In fact, marking the source directory or module as not PIC capable is confusing even more. -- Dmitry. _______________________________________________ Freetype-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/freetype-devel
