Changeset 19773
- Timestamp:
- 01/14/07 08:27:25 (2 years ago)
- Files:
-
- juggler/trunk/macros/vrj-helpers.m4 (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/trunk/macros/vrj-helpers.m4
r19729 r19773 148 148 CC_IRIX='cc' 149 149 CC_PIC_IRIX='-KPIC' 150 # On Solaris/SPARC, we can use Sun WorkShop or GCC. We default to151 # WorkShop.152 elif test "x$PLATFORM" = "xSolaris" -a "x$USE_GCC" != "xyes" \153 -a "x$ISA" = "xsparc"154 then155 CC_Solaris='cc'156 CC_PIC_Solaris='-KPIC'157 150 fi 158 151 # Otherwise, force the use of the alternate C compiler. … … 178 171 CXX_IRIX='CC' 179 172 CXX_PIC_IRIX='-KPIC' 180 # On Soalris/SPARC, we can use WorkShop or GCC. We default to181 # WorkShop.182 elif test "x$PLATFORM" = "xSolaris" -a "x$USE_GCC" != "xyes" \183 -a "x$ISA" = "xsparc"184 then185 CXX_Solaris='CC'186 CXX_PIC_Solaris='-KPIC'187 173 fi 188 174 # Otherwise, force the use of the alternate C++ compiler.
