OSDN Git Service

Make ccc-analyzer get clang cflags
[android-x86/external-efivar.git] / Make.defaults
2018-06-08 Peter JonesMake ccc-analyzer get clang cflags
2018-05-21 Peter JonesMake all of our Make.* files have vim:ft=make
2018-05-21 Peter Jonesfix some dumb stuff in 'make install' targets
2018-05-17 Peter JonesFix our pkg-config-ldflags invocation.
2018-02-13 Mario LimoncielloAdd a patch from Helmut Grohne for cross compiling
2018-02-13 Jan TojnarClean up superfluous slashes
2018-02-13 Jan TojnarUse correct paths in pc files
2017-09-26 Peter JonesRevert "Enable C11 mode" (d7e8e4c6) and do it the right...
2017-09-25 Peter JonesMake pkg-config test if CROSS_COMPILE applies...
2017-09-25 Peter JonesMake.defaults: honor COMPILER to make CI easier.
2017-09-25 Peter JonesUse fwupdate's Make.coverity instead of implementing...
2017-09-25 Gabriel MajeriEnable C11 mode
2017-09-25 Gabriel MajeriDo not warn on taking address of packed member
2017-07-21 Peter JonesMake our -I path not include efivar/
2017-02-13 Peter JonesAdd an abicheck makefile rule
2017-02-13 Peter JonesMake a target to update .abixml files.
2017-02-06 Peter JonesUse -z muldefs to avoid the multiple definitions bug...
2016-09-13 Mike GilbertMove -flto to CFLAGS
2016-05-24 Peter JonesMake it easier to turn optimization off without other...
2016-03-10 Peter JonesMake sure -D_GNU_SOURCE is used on clang.
2016-02-15 Peter JonesPut "-L." is in LDFLAGS so we don't need installed...
2016-02-12 Mike GilbertMake.defaults: Improve gcc/clang detection
2015-11-17 Peter JonesUse gcc -specs= for most command line stuff normally.
2015-11-16 Peter JonesMake -fPIC and -fPIE work as they should, and default...
2015-11-16 Peter JonesMake LDFLAGS get set right from the rpm build
2015-11-16 Peter JonesMake makeguids generate guid-symbols.c instead of .S
2015-11-16 Peter JonesTemporarily use --add-needed when linking libefivar.so
2015-10-05 Peter JonesMake the compiler enforce strict symbol versioning.
2015-07-19 Peter JonesMake the makefile a lot simpler to deal with.
2015-07-13 Peter JonesFix some strict-aliasing violations.
2015-07-13 Peter JonesMake -O2 default.
2015-06-17 Peter JonesDo a better job of setting SONAME right.
2015-04-02 Peter JonesMake all of our API visibility explicit.
2015-02-27 Peter JonesMove our include files to instal in a subdir, and gener...
2014-09-25 Peter JonesWe don't actually need -fno-strict-aliasing
2014-09-11 Peter JonesMake it so CC=clang and CCLD=clang (independently)...
2014-09-11 Peter JonesMake CCLD overrideable.
2014-05-20 Peter JonesFix build error with -Werror=maybe-uninitialized
2014-04-14 Peter JonesEh, get even more serious about warnings.
2014-04-14 Peter JonesGet picky about warnings.
2014-03-21 Peter JonesAdd efi_name_to_guid() and efi_guid_to_name()
2013-11-13 Florian Albrechtsk... Honor common make variables from the environment
2013-11-13 Florian Albrechtsk... Remove unnecessary explicit definitions or overrides...
2013-09-16 AnkurEliminate duplication of flags in Makefile
2013-06-18 Peter JonesMake "efivar" utility not get CFLAGS twice.
2013-06-17 Peter JonesMake "setarch i386 rpmbuild -ta efivar-0.4.tar.bz2...
2013-06-17 Peter JonesFix typo (PCDIR=PCIDR)
2013-06-17 Peter JonesMake "make install" work a little better.
2013-06-13 Peter JonesUpdate to use efivarfs when available.
2012-08-20 Peter JonesMake "make install" and "make test" work as expected.
2012-08-20 Peter JonesInstall efivar.h as well.
2012-08-20 Peter JonesUpdate "make install" to actually work.
2012-08-16 Peter JonesMake shared libs use -shared like they should
2012-08-16 Peter JonesAdd some makefiles