experimental
Last change
on this file since 01b0e92 was c205656, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago |
Applied optimization and makeflags patches from Jeremy Byron.
Renamed some files.
|
-
Property mode
set to
100644
|
File size:
599 bytes
|
Rev | Line | |
---|
[c205656] | 1 | #
|
---|
| 2 | #$Id$
|
---|
| 3 | #
|
---|
| 4 | #####
|
---|
| 5 | #
|
---|
| 6 | # MODE O3pipe_march configuration
|
---|
| 7 | #
|
---|
| 8 | # Usage: - Apply optimization string to each variable
|
---|
| 9 | # - "unset" will cause the variable to be not set
|
---|
| 10 | # instead of just set to null.
|
---|
| 11 | #
|
---|
| 12 | #####
|
---|
| 13 |
|
---|
| 14 | # Inherit optimizations from O3pipe
|
---|
| 15 | source optimize/opt_config.d/O3pipe
|
---|
| 16 |
|
---|
| 17 | CFLAGS_O3pipe_march=$CFLAGS_O3pipe" -march=pentium4"
|
---|
| 18 | CXXFLAGS_O3pipe_march=$CFLAGS_O3pipe" -march=pentium4"
|
---|
| 19 | LDFLAGS_O3pipe_march=$LDFLAGS_O3pipe
|
---|
| 20 |
|
---|
| 21 | OTHER_CFLAGS_O3pipe_march=$CFLAGS_O3pipe" -march=pentium4"
|
---|
| 22 | OTHER_CXXFLAGS_O3pipe_march=$CXXFLAGS_O3pipe" -march=pentium4"
|
---|
| 23 | OTHER_LDFLAGS_O3pipe_march=$LDFLAGS_O3pipe
|
---|
Note:
See
TracBrowser
for help on using the repository browser.