summaryrefslogtreecommitdiff
path: root/solenv/gbuild/platform/IOS_ARM_GCC.mk
AgeCommit message (Collapse)Author
2012-03-21Use -fno-inline in gb_DEBUG_CFLAGSTor Lillqvist
2012-03-21gb_COMPILERDEFAULTOPTFLAGS is set in com_GCC_defs.mkTor Lillqvist
2012-03-13Document reason for -Wno-non-virtual-dtorStephan Bergmann
2012-03-02Check for Clang in configury and store and use resultTor Lillqvist
2012-03-01Filter out options that Clang doesn't haveTor Lillqvist
2012-02-22We don't want to build real executables for iOS using gbuildTor Lillqvist
Our current <sal/main.h> doesn't produce any main() anyway, but a lo_main(). Just like for Android, except that for iOS we don't produce a shared library for gbuildified "executables", but a static library even. Compiling actual main programs and linking with all necessary (static) LO libraries will be managed (for now) outside gbuild.
2012-02-21Rethink cppunittest "plugins" for iOS, more to comeTor Lillqvist
2012-02-17allow to suppress -Werror per link targetDavid Tardon
It is implemented for Executable, Library and StaticLibrary and works for C, C++, Objective C and Objective C++ sources. Please, do not misuse! Better fix your code!
2011-12-08Rework yacc rule for gcc platforms.Thorsten Behrens
Generalized the OSX ppc workaround for ancient bison versions, factored out for all gcc platforms. Put bison version detection into configure accordingly, to switch on that, and not on platform.
2011-11-25gdb stacktraces for subsequentchecksBjoern Michaelsen
2011-11-10gbuild: target platform is identified by the triplet OS/CPU/COMPILERNorbert Thiebaud
That simplify the dispatching in gbuild.mk and gbuild_simple.mk and it will be use as a base to factorize common stuff based on OS and Compiler.