diff options
Diffstat (limited to 'sun.cf')
-rw-r--r-- | sun.cf | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -3,7 +3,7 @@ XCOMM platform: $Xorg: sun.cf,v 1.4 2000/08/17 19:41:48 cpqbld Exp $ -XCOMM platform: $XFree86: xc/config/cf/sun.cf,v 3.70 2004/01/13 02:42:51 tsi Exp $ +XCOMM platform: $XFree86: xc/config/cf/sun.cf,v 3.72 2004/03/05 04:02:08 dawes Exp $ #ifndef OSName # define OSName DefaultOSName @@ -444,6 +444,12 @@ XCOMM SunPro C++ CplusplusCompilerMajorVersion./**/CplusplusCompilerMinorVersion # define PexCCOptions DefaultCCOptions +# ifndef AsCmd +# ifdef SparcArchitecture +# define AsCmd as -xarch=v8plus +# endif +# endif + #endif /* HasGcc (else) */ #if OSMajorVersion < 5 |