diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-22 00:38:01 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-22 00:38:01 +0000 |
commit | b594dffb1f3f3ace614c4961ef5673de75951bb6 (patch) | |
tree | 9dd5ae3081d2ecfc279f84d883bd0bc7a50521a5 /include/makeinclude/platform_aix4.2.GNU | |
parent | fcc2f59539e74920206c62bc5a342a12d742ab3c (diff) | |
download | ATCD-b594dffb1f3f3ace614c4961ef5673de75951bb6.tar.gz |
moved -O out of wrapper_macros.GNU and into each platform file to support "optimize" flag
Diffstat (limited to 'include/makeinclude/platform_aix4.2.GNU')
-rw-r--r-- | include/makeinclude/platform_aix4.2.GNU | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/makeinclude/platform_aix4.2.GNU b/include/makeinclude/platform_aix4.2.GNU index 96becb065ac..7d852c5d7db 100644 --- a/include/makeinclude/platform_aix4.2.GNU +++ b/include/makeinclude/platform_aix4.2.GNU @@ -27,7 +27,9 @@ AR = ar LDFLAGS += -bI:/lib/pse.exp # Default OCCFLAGS builds common code for all RS/6000 architectures but # this can be set to optimize for your particular computer. The commented -# out example optimizes for RS/6000 43P +# out example optimizes for RS/6000 43P. +# OCCFLAGS is not used by default. To used it, set optimize=1 +# either in this file or on the command line. #OCCFLAGS += -qarch=ppc -qtune=604 OCCFLAGS += -qarch=com RANLIB = ranlib |