1. 07 5月, 2014 1 次提交
  2. 22 4月, 2014 1 次提交
  3. 21 4月, 2014 5 次提交
  4. 16 1月, 2014 1 次提交
    • L
      ACPICA: acpidump: Cleanup tools/power/acpi makefiles. · f677b30b
      Lv Zheng 提交于
      This patch cleans up old tools/power/acpi Makefile for further porting,
      make it compiled in a similar way as the other tools.  No functional
      changes.
      
      The CFLAGS is modified as follows:
      1. Previous cc flags:
         -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Os -s \
         -D_LINUX -DDEFINE_ALTERNATE_TYPES -I../../../include
      2. Current cc flags:
         DEBUG=false:
         -D_LINUX -DDEFINE_ALTERNATE_TYPES -I../../../include -Wall \
         -Wstrict-prototypes -Wdeclaration-after-statement -Os \
         -fomit-frame-pointer
         Normal:
         -D_LINUX -DDEFINE_ALTERNATE_TYPES -I../../../include -Wall \
         -Wstrict-prototypes -Wdeclaration-after-statement -O1 -g -DDEBUG
      
      There is only one difference: -fomit-frame-pointer.
      Signed-off-by: NLv Zheng <lv.zheng@intel.com>
      Signed-off-by: NRafael J. Wysocki <rafael.j.wysocki@intel.com>
      f677b30b
  5. 06 2月, 2013 1 次提交
  6. 09 10月, 2012 1 次提交
  7. 25 9月, 2012 2 次提交
  8. 23 9月, 2012 6 次提交