
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
Solaris 10 U8 x86 Sun studio 12: cc: Sun C 5.9 SunOS_i386 Patch 124868-10 2009/04/30
Solaris 10 U8 x86 Sun studio 12: cc: Sun C 5.9 SunOS_i386 Patch 124868-10 2009/04/30
|
|
| Planning Status: |
Unspecified
|
|
CFLAGS and CXXFLAGS are two different variables for two different compilers. Some options could be the same for both like -xO (optimization level) or -m64 (memory model) but there are switches exlusively different like -xstrconst (string literals treatment) or -Xa (conformance model)
which are cc options but not CC. So, it is a mistake to "Use configure's CFLAGS as global options for all compilers and linkers" as it is stated in make.defaults.
|
|
Description
|
CFLAGS and CXXFLAGS are two different variables for two different compilers. Some options could be the same for both like -xO (optimization level) or -m64 (memory model) but there are switches exlusively different like -xstrconst (string literals treatment) or -Xa (conformance model)
which are cc options but not CC. So, it is a mistake to "Use configure's CFLAGS as global options for all compilers and linkers" as it is stated in make.defaults. |
Show » |
| There are no comments yet on this issue.
|
|