Ignore:
Timestamp:
02/01/2012 11:29:37 PM (12 years ago)
Author:
Thomas Pegg <thomasp@…>
Branches:
2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
2c9a16b
Parents:
f5dc6d7
Message:

Commit Pierre Labastie's patch for including package management support in jhalfs. NOTE: Package management is by default disabled.

Location:
optimize/opt_config.d
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • optimize/opt_config.d/O3pipe_march

    rf5dc6d7 r7072e1f  
    1717source optimize/opt_config.d/O3pipe
    1818
    19 CFLAGS_O3pipe_march=$CFLAGS_O3pipe" -march=pentium4"
    20 CXXFLAGS_O3pipe_march=$CFLAGS_O3pipe"  -march=pentium4"
     19CFLAGS_O3pipe_march=$CFLAGS_O3pipe" -march=native"
     20CXXFLAGS_O3pipe_march=$CFLAGS_O3pipe"  -march=native"
    2121LDFLAGS_O3pipe_march=$LDFLAGS_O3pipe
    2222
    23 OTHER_CFLAGS_O3pipe_march=$CFLAGS_O3pipe" -march=pentium4"
    24 OTHER_CXXFLAGS_O3pipe_march=$CXXFLAGS_O3pipe" -march=pentium4"
     23OTHER_CFLAGS_O3pipe_march=$CFLAGS_O3pipe" -march=native"
     24OTHER_CXXFLAGS_O3pipe_march=$CXXFLAGS_O3pipe" -march=native"
    2525OTHER_LDFLAGS_O3pipe_march=$LDFLAGS_O3pipe
Note: See TracChangeset for help on using the changeset viewer.