This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
more B fixups to cope with empty GVs (these can only happen in pads)
[perl5.git] / hints / dec_osf.sh
index 33aa652..5eb7e80 100644 (file)
@@ -58,6 +58,8 @@
 # and it is called GEM. Many of the options we are going to use depend
 # on the compiler style.
 
+cc=${cc:-cc}
+
 # do NOT, I repeat, *NOT* take away the leading tabs
 # Configure Black Magic (TM)
        # reset
@@ -202,6 +204,8 @@ esac
 
 pp_sys_cflags='ccflags="$ccflags -DNO_EFF_ONLY_OK"'
 
+# The off_t is already 8 bytes, so we do have largefileness.
+
 # This script UU/usethreads.cbu will get 'called-back' by Configure 
 # after it has prompted the user for whether to use threads.
 cat > UU/usethreads.cbu <<'EOCBU'