diff options
Diffstat (limited to 'config/dec-osf4.x')
-rw-r--r-- | config/dec-osf4.x | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/dec-osf4.x b/config/dec-osf4.x index c16f212..fcfc0e3 100644 --- a/config/dec-osf4.x +++ b/config/dec-osf4.x @@ -12,9 +12,9 @@ if test "X-" = "X-$CC"; then CC_BASENAME=cc fi -# Architecture dependent flags -ARCH=${ARCH:='-arch host -tune host'} - -# Try compiler flags. +# Try GNU compiler flags. . ./config/gnu-flags + +# Try native DEC compiler +ARCH=${ARCH:='-arch host -tune host'} . ./config/dec-flags |