Changeset 1663

Show
Ignore:
Timestamp:
12/04/02 04:39:32 (10 years ago)
Author:
mds
Message:

add x86_64 compile flags; patch from Vojtech

Location:
lm-sensors/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/CHANGES

    r1648 r1663  
    1818----------------------------------------------------------------------------- 
    1919 
    20 2.7.0 (200211??) 
     202.7.0 (200212??) 
    2121  NOTE: Requires i2c-2.7.0 or newer. 
    2222  File doc/busses/i2c-ali1535: Add license, miscellaneous changes 
     
    3131           enhance adm1023 support; initial support for Sony Vaio eeprom; 
    3232           add support for bmcsensors; add hacks for additional dummy drivers 
    33   Makefile: Take kernel source location from /lib/modules/x.x.x/build 
     33  Makefile: Take kernel source location from /lib/modules/x.x.x/build; 
     34            add flags for x86_64 compiles 
    3435  Module adm1021: Add support for MC1066 
    3536  Module bmcsensors: New         
    3637  Module dmi_scan: Rename symbol duplicated in kernel; apply fixes from 
    37                    kernel 2.5.43 
     38                   kernel 2.5.43; fix 2.2 kernel compiles 
    3839  Module gl518sm: Iterate allowed only for rev 0x00 
    3940  Module i2c-amd756: Configure base address for nForce support; 
     
    4647  Module i2c-sis630: Add support for SiS730 
    4748  Module i2c-sis645: Improve support for SiS645/961; 
    48                      add support for SiS645DX/961 and SiS735 
     49                     add support for SiS645DX/961 and SiS735; 
     50                     fix 2.2 kernel compiles 
    4951  Module i2c-viapro: Add support for VT8233A (new ID 0x3177) and VT8235 
    5052  Module lm87: Add multiple VRM version support 
     
    6163                        handle unknown prefix with suggestion 
    6264  Program lm_sensors.init: Remove spaces bug; add green/red output 
    63   Program mkpatch: Fix dmi_scan module compile 
     65  Program mkpatch: Fix dmi_scan module compile; add sis630, sis645, amd8111 
    6466  Program rrd: Add sanity limits to newly-created RRD. 
    6567  Program sensord: (v0.6.2) Add sanity limits to newly-created RRD. 
  • lm-sensors/trunk/Makefile

    r1654 r1663  
    201201endif 
    202202 
     203ifeq ($(MACHINE),x86_64) 
     204MODCFLAGS += -fno-strict-aliasing -fno-common -fomit-frame-pointer -mno-red-zone\ 
     205             -mcmodel=kernel -fno-reorder-blocks -finline-limit=2000 -fno-strength-reduce 
     206endif 
     207 
    203208ifeq ($(SMP),1) 
    204209MODCPPFLAGS += -D__SMP__