experimental
Last change
on this file since 7a100d96 was d1f9599, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago |
Fixed a bad commit.
|
-
Property mode
set to
100644
|
File size:
599 bytes
|
Rev | Line | |
---|
[796ecad] | 1 | #
|
---|
| 2 | #$Id$
|
---|
| 3 | #
|
---|
| 4 | #####
|
---|
| 5 | #
|
---|
| 6 | # MODE defOpt_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 defOpt
|
---|
| 15 | source optimize/opt_config.d/defOpt
|
---|
| 16 |
|
---|
[d1f9599] | 17 | CFLAGS_defOpt_march=$CFLAGS_defOpt" -march=pentium4"
|
---|
| 18 | CXXFLAGS_defOpt_march=$CFLAGS_defOpt" -march=pentium4"
|
---|
| 19 | LDFLAGS_defOpt_march=$LDFLAGS_defOpt
|
---|
[796ecad] | 20 |
|
---|
[d1f9599] | 21 | OTHER_CFLAGS_defOpt_march=$CFLAGS_defOpt" -march=pentium4"
|
---|
| 22 | OTHER_CXXFLAGS_defOpt_march=$CXXFLAGS_defOpt" -march=pentium4"
|
---|
| 23 | OTHER_LDFLAGS_defOpt_march=$LDFLAGS_defOpt
|
---|
Note:
See
TracBrowser
for help on using the repository browser.