replace ARCH with AR in lapack-netlib
authorDumi Loghin <dumiloghin@gmail.com>
Wed, 5 Sep 2018 04:49:37 +0000 (12:49 +0800)
committerDumi Loghin <dumiloghin@gmail.com>
Wed, 5 Sep 2018 04:49:37 +0000 (12:49 +0800)
25 files changed:
Makefile
c_check
lapack-netlib/BLAS/SRC/Makefile
lapack-netlib/CBLAS/src/Makefile
lapack-netlib/DOCS/lawn81.tex
lapack-netlib/INSTALL/make.inc.ALPHA
lapack-netlib/INSTALL/make.inc.HPPA
lapack-netlib/INSTALL/make.inc.IRIX64
lapack-netlib/INSTALL/make.inc.O2K
lapack-netlib/INSTALL/make.inc.SGI5
lapack-netlib/INSTALL/make.inc.SUN4
lapack-netlib/INSTALL/make.inc.SUN4SOL2
lapack-netlib/INSTALL/make.inc.XLF
lapack-netlib/INSTALL/make.inc.gfortran
lapack-netlib/INSTALL/make.inc.gfortran_debug
lapack-netlib/INSTALL/make.inc.ifort
lapack-netlib/INSTALL/make.inc.pgf95
lapack-netlib/INSTALL/make.inc.pghpf
lapack-netlib/LAPACKE/src/Makefile
lapack-netlib/LAPACKE/utils/Makefile
lapack-netlib/SRC/Makefile
lapack-netlib/SRC/VARIANTS/Makefile
lapack-netlib/TESTING/MATGEN/Makefile
lapack-netlib/make.inc.example
make.inc

index c0e5fbc..aaeb0c4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -237,8 +237,8 @@ ifndef NOFORTRAN
        -@echo "LOADOPTS    = $(FFLAGS) $(EXTRALIB)" >> $(NETLIB_LAPACK_DIR)/make.inc
        -@echo "CC          = $(CC)" >> $(NETLIB_LAPACK_DIR)/make.inc
        -@echo "override CFLAGS      = $(LAPACK_CFLAGS)" >> $(NETLIB_LAPACK_DIR)/make.inc
-       -@echo "ARCH        = $(AR)" >> $(NETLIB_LAPACK_DIR)/make.inc
-       -@echo "ARCHFLAGS   = $(ARFLAGS) -ru" >> $(NETLIB_LAPACK_DIR)/make.inc
+       -@echo "AR          = $(AR)" >> $(NETLIB_LAPACK_DIR)/make.inc
+       -@echo "ARFLAGS     = $(ARFLAGS) -ru" >> $(NETLIB_LAPACK_DIR)/make.inc
        -@echo "RANLIB      = $(RANLIB)" >> $(NETLIB_LAPACK_DIR)/make.inc
        -@echo "LAPACKLIB   = ../$(LIBNAME)" >> $(NETLIB_LAPACK_DIR)/make.inc
        -@echo "TMGLIB      = ../$(LIBNAME)" >> $(NETLIB_LAPACK_DIR)/make.inc
diff --git a/c_check b/c_check
index c564855..f86a37b 100644 (file)
--- a/c_check
+++ b/c_check
@@ -121,6 +121,10 @@ if (($architecture eq "x86") && ($os ne Darwin) && ($os ne SunOS)) {
     $binary =32;
 }
 
+if ($architecture eq "riscv64") {
+    $defined = 1;
+}
+
 if ($compiler eq "PGI") {
     $compiler_name .= " -tp p7"    if ($binary eq "32");
     $compiler_name .= " -tp p7-64" if ($binary eq "64");
index a436365..f723631 100644 (file)
@@ -138,23 +138,23 @@ ALLOBJ = $(SBLAS1) $(SBLAS2) $(SBLAS3) $(DBLAS1) $(DBLAS2) $(DBLAS3) \
        $(ZBLAS2) $(ZBLAS3) $(ALLBLAS)
 
 $(BLASLIB): $(ALLOBJ)
-       $(ARCH) $(ARCHFLAGS) $@ $^
+       $(AR) $(ARFLAGS) $@ $^
        $(RANLIB) $@
 
 single: $(SBLAS1) $(ALLBLAS) $(SBLAS2) $(SBLAS3)
-       $(ARCH) $(ARCHFLAGS) $(BLASLIB) $^
+       $(AR) $(ARFLAGS) $(BLASLIB) $^
        $(RANLIB) $(BLASLIB)
 
 double: $(DBLAS1) $(ALLBLAS) $(DBLAS2) $(DBLAS3)
-       $(ARCH) $(ARCHFLAGS) $(BLASLIB) $^
+       $(AR) $(ARFLAGS) $(BLASLIB) $^
        $(RANLIB) $(BLASLIB)
 
 complex: $(CBLAS1) $(CB1AUX) $(ALLBLAS) $(CBLAS2) $(CBLAS3)
-       $(ARCH) $(ARCHFLAGS) $(BLASLIB) $^
+       $(AR) $(ARFLAGS) $(BLASLIB) $^
        $(RANLIB) $(BLASLIB)
 
 complex16: $(ZBLAS1) $(ZB1AUX) $(ALLBLAS) $(ZBLAS2) $(ZBLAS3)
-       $(ARCH) $(ARCHFLAGS) $(BLASLIB) $^
+       $(AR) $(ARFLAGS) $(BLASLIB) $^
        $(RANLIB) $(BLASLIB)
 
 FRC:
index 6c0518a..9b9063d 100644 (file)
@@ -45,22 +45,22 @@ sclev1 = cblas_scasum.o scasumsub.o cblas_scnrm2.o scnrm2sub.o
 
 # Single precision real
 slib1: $(slev1) $(sclev1)
-       $(ARCH) $(ARCHFLAGS) $(CBLASLIB) $^
+       $(AR) $(ARFLAGS) $(CBLASLIB) $^
        $(RANLIB) $(CBLASLIB)
 
 # Double precision real
 dlib1: $(dlev1)
-       $(ARCH) $(ARCHFLAGS) $(CBLASLIB) $^
+       $(AR) $(ARFLAGS) $(CBLASLIB) $^
        $(RANLIB) $(CBLASLIB)
 
 # Single precision complex
 clib1: $(clev1) $(sclev1)
-       $(ARCH) $(ARCHFLAGS) $(CBLASLIB) $^
+       $(AR) $(ARFLAGS) $(CBLASLIB) $^
        $(RANLIB) $(CBLASLIB)
 
 # Double precision complex
 zlib1: $(zlev1)
-       $(ARCH) $(ARCHFLAGS) $(CBLASLIB) $^
+       $(AR) $(ARFLAGS) $(CBLASLIB) $^
        $(RANLIB) $(CBLASLIB)
 
 #
@@ -97,22 +97,22 @@ zlev2 = cblas_zgemv.o cblas_zgbmv.o cblas_zhemv.o cblas_zhbmv.o cblas_zhpmv.o \
 
 # Single precision real
 slib2: $(slev2) $(errhand)
-       $(ARCH) $(ARCHFLAGS) $(CBLASLIB) $^
+       $(AR) $(ARFLAGS) $(CBLASLIB) $^
        $(RANLIB) $(CBLASLIB)
 
 # Double precision real
 dlib2: $(dlev2) $(errhand)
-       $(ARCH) $(ARCHFLAGS) $(CBLASLIB) $^
+       $(AR) $(ARFLAGS) $(CBLASLIB) $^
        $(RANLIB) $(CBLASLIB)
 
 # Single precision complex
 clib2: $(clev2) $(errhand)
-       $(ARCH) $(ARCHFLAGS) $(CBLASLIB) $^
+       $(AR) $(ARFLAGS) $(CBLASLIB) $^
        $(RANLIB) $(CBLASLIB)
 
 # Double precision complex
 zlib2: $(zlev2) $(errhand)
-       $(ARCH) $(ARCHFLAGS) $(CBLASLIB) $^
+       $(AR) $(ARFLAGS) $(CBLASLIB) $^
        $(RANLIB) $(CBLASLIB)
 
 #
@@ -143,22 +143,22 @@ zlev3 = cblas_zgemm.o cblas_zsymm.o cblas_zhemm.o cblas_zherk.o \
 
 # Single precision real
 slib3: $(slev3) $(errhand)
-       $(ARCH) $(ARCHFLAGS) $(CBLASLIB) $^
+       $(AR) $(ARFLAGS) $(CBLASLIB) $^
        $(RANLIB) $(CBLASLIB)
 
 # Double precision real
 dlib3: $(dlev3) $(errhand)
-       $(ARCH) $(ARCHFLAGS) $(CBLASLIB) $^
+       $(AR) $(ARFLAGS) $(CBLASLIB) $^
        $(RANLIB) $(CBLASLIB)
 
 # Single precision complex
 clib3: $(clev3) $(errhand)
-       $(ARCH) $(ARCHFLAGS) $(CBLASLIB) $^
+       $(AR) $(ARFLAGS) $(CBLASLIB) $^
        $(RANLIB) $(CBLASLIB)
 
 # Double precision complex
 zlib3: $(zlev3) $(errhand)
-       $(ARCH) $(ARCHFLAGS) $(CBLASLIB) $^
+       $(AR) $(ARFLAGS) $(CBLASLIB) $^
        $(RANLIB) $(CBLASLIB)
 
 
@@ -168,22 +168,22 @@ alev3 = $(slev3) $(dlev3) $(clev3) $(zlev3)
 
 # All level 1
 all1: $(alev1)
-       $(ARCH) $(ARCHFLAGS) $(CBLASLIB) $^
+       $(AR) $(ARFLAGS) $(CBLASLIB) $^
        $(RANLIB) $(CBLASLIB)
 
 # All level 2
 all2: $(alev2) $(errhand)
-       $(ARCH) $(ARCHFLAGS) $(CBLASLIB) $^
+       $(AR) $(ARFLAGS) $(CBLASLIB) $^
        $(RANLIB) $(CBLASLIB)
 
 # All level 3
 all3: $(alev3) $(errhand)
-       $(ARCH) $(ARCHFLAGS) $(CBLASLIB) $^
+       $(AR) $(ARFLAGS) $(CBLASLIB) $^
        $(RANLIB) $(CBLASLIB)
 
 # All levels and precisions
 $(CBLASLIB): $(alev1) $(alev2) $(alev3) $(errhand)
-       $(ARCH) $(ARCHFLAGS) $@ $^
+       $(AR) $(ARFLAGS) $@ $^
        $(RANLIB) $@
 
 FRC:
index 2917352..01c7c39 100644 (file)
@@ -466,7 +466,7 @@ TIMER    = EXT_ETIME
 Refer to the section~\ref{second} to get more information.
 
 
-Next, you will need to modify \texttt{ARCH}, \texttt{ARCHFLAGS}, and \texttt{RANLIB} to specify archiver,
+Next, you will need to modify \texttt{AR}, \texttt{ARFLAGS}, and \texttt{RANLIB} to specify archiver,
 archiver options, and ranlib for your machine.  If your architecture
 does not require \texttt{ranlib} to be run after each archive command (as
 is the case with CRAY computers running UNICOS, Hewlett Packard
index 0ceeaa1..049cf0b 100644 (file)
@@ -29,8 +29,8 @@ LOADOPTS =
 #  The archiver and the flag(s) to use when building an archive
 #  (library).  If your system has no ranlib, set RANLIB = echo.
 #
-ARCH      = ar
-ARCHFLAGS = cr
+AR        = ar
+ARFLAGS   = cr
 RANLIB    = ranlib
 
 #  Timer for the SECOND and DSECND routines
index 8eabbbd..2bd8ee1 100644 (file)
@@ -29,8 +29,8 @@ LOADOPTS = -Aa +U77
 #  The archiver and the flag(s) to use when building an archive
 #  (library).  If your system has no ranlib, set RANLIB = echo.
 #
-ARCH      = ar
-ARCHFLAGS = cr
+AR        = ar
+ARFLAGS   = cr
 RANLIB    = echo
 
 #  Timer for the SECOND and DSECND routines
index d9e71e1..0f57941 100644 (file)
@@ -32,8 +32,8 @@ LOADOPTS = -O3 -64 -mips4 -r10000 -OPT:IEEE_NaN_inf=ON
 #  The archiver and the flag(s) to use when building an archive
 #  (library).  If your system has no ranlib, set RANLIB = echo.
 #
-ARCH      = ar
-ARCHFLAGS = cr
+AR        = ar
+ARFLAGS   = cr
 RANLIB    = echo
 
 #  Timer for the SECOND and DSECND routines
index 3ffcada..d99beca 100644 (file)
@@ -32,8 +32,8 @@ LOADOPTS = -O3 -64 -mips4 -r10000
 #  The archiver and the flag(s) to use when building an archive
 #  (library).  If your system has no ranlib, set RANLIB = echo.
 #
-ARCH      = ar
-ARCHFLAGS = cr
+AR        = ar
+ARFLAGS   = cr
 RANLIB    = echo
 
 #  Timer for the SECOND and DSECND routines
index c7019ac..c4a702d 100644 (file)
@@ -29,8 +29,8 @@ LOADOPTS =
 #  The archiver and the flag(s) to use when building an archive
 #  (library).  If your system has no ranlib, set RANLIB = echo.
 #
-ARCH      = ar
-ARCHFLAGS = cr
+AR        = ar
+ARFLAGS   = cr
 RANLIB    = echo
 
 #  Timer for the SECOND and DSECND routines
index 4e44f1b..6a78e95 100644 (file)
@@ -29,8 +29,8 @@ LOADOPTS = -dalign -O4 -fast
 #  The archiver and the flag(s) to use when building an archive
 #  (library).  If your system has no ranlib, set RANLIB = echo.
 #
-ARCH      = ar
-ARCHFLAGS = cr
+AR        = ar
+ARFLAGS   = cr
 RANLIB    = ranlib
 
 #  Timer for the SECOND and DSECND routines
index e6d79ad..0ac3cc4 100644 (file)
@@ -33,8 +33,8 @@ LOADOPTS = -f -dalign -native -xO2 -xarch=v8plusa
 #  The archiver and the flag(s) to use when building an archive
 #  (library).  If your system has no ranlib, set RANLIB = echo.
 #
-ARCH      = ar
-ARCHFLAGS = cr
+AR        = ar
+ARFLAGS   = cr
 RANLIB    = echo
 
 #  Timer for the SECOND and DSECND routines
index 9466ee3..27e22ca 100644 (file)
@@ -30,8 +30,8 @@ LOADOPTS = -qnosave
 #  The archiver and the flag(s) to use when building an archive
 #  (library).  If your system has no ranlib, set RANLIB = echo.
 #
-ARCH      = ar
-ARCHFLAGS = cr
+AR        = ar
+ARFLAGS   = cr
 RANLIB    = ranlib
 
 #  Timer for the SECOND and DSECND routines
index 39d98d4..b342b18 100644 (file)
@@ -33,8 +33,8 @@ LOADOPTS =
 #  The archiver and the flag(s) to use when building an archive
 #  (library).  If your system has no ranlib, set RANLIB = echo.
 #
-ARCH      = ar
-ARCHFLAGS = cr
+AR        = ar
+ARFLAGS   = cr
 RANLIB    = ranlib
 
 #  Timer for the SECOND and DSECND routines
index 10e6381..1eaed21 100644 (file)
@@ -33,8 +33,8 @@ LOADOPTS =
 #  The archiver and the flag(s) to use when building an archive
 #  (library).  If your system has no ranlib, set RANLIB = echo.
 #
-ARCH      = ar
-ARCHFLAGS = cr
+AR        = ar
+ARFLAGS   = cr
 RANLIB    = ranlib
 
 #  Timer for the SECOND and DSECND routines
index b067bd4..a3c3742 100644 (file)
@@ -29,8 +29,8 @@ LOADOPTS =
 #  The archiver and the flag(s) to use when building an archive
 #  (library).  If your system has no ranlib, set RANLIB = echo.
 #
-ARCH      = ar
-ARCHFLAGS = cr
+AR        = ar
+ARFLAGS   = cr
 RANLIB    = ranlib
 
 #  Timer for the SECOND and DSECND routines
index a9a5cec..931ff37 100644 (file)
@@ -29,8 +29,8 @@ LOADOPTS =
 #  The archiver and the flag(s) to use when building an archive
 #  (library).  If your system has no ranlib, set RANLIB = echo.
 #
-ARCH      = ar
-ARCHFLAGS = cr
+AR        = ar
+ARFLAGS   = cr
 RANLIB    = echo
 
 #  Timer for the SECOND and DSECND routines
index 1d9bf54..0dfe8c6 100644 (file)
@@ -29,8 +29,8 @@ LOADOPTS =
 #  The archiver and the flag(s) to use when building an archive
 #  (library).  If your system has no ranlib, set RANLIB = echo.
 #
-ARCH      = ar
-ARCHFLAGS = cr
+AR        = ar
+ARFLAGS   = cr
 RANLIB    = echo
 
 #  Timer for the SECOND and DSECND routines
index 44884d4..03c140b 100644 (file)
@@ -2455,16 +2455,16 @@ endif
 all: ../../$(LAPACKELIB)
 
 ../../$(LAPACKELIB): $(OBJ_A) $(OBJ_B) $(DEPRECATED) $(EXTENDED) $(MATGEN)
-       $(ARCH) $(ARCHFLAGS) $@ $(OBJ_A)
-       $(ARCH) $(ARCHFLAGS) $@ $(OBJ_B)
+       $(AR) $(ARFLAGS) $@ $(OBJ_A)
+       $(AR) $(ARFLAGS) $@ $(OBJ_B)
 ifdef BUILD_DEPRECATED
-       $(ARCH) $(ARCHFLAGS) $@ $(DEPRECATED)
+       $(AR) $(ARFLAGS) $@ $(DEPRECATED)
 endif
 ifdef (USEXBLAS)
-       $(ARCH) $(ARCHFLAGS) $@ $(EXTENDED)
+       $(AR) $(ARFLAGS) $@ $(EXTENDED)
 endif
 ifdef LAPACKE_WITH_TMG
-       $(ARCH) $(ARCHFLAGS) $@ $(MATGEN)
+       $(AR) $(ARFLAGS) $@ $(MATGEN)
 endif
        $(RANLIB) $@
 
index 1f639c6..c6204ee 100644 (file)
@@ -186,7 +186,7 @@ OBJ = lapacke_cgb_nancheck.o \
 all: lib
 
 lib: $(OBJ)
-       $(ARCH) $(ARCHFLAGS) ../../$(LAPACKELIB) $^
+       $(AR) $(ARFLAGS) ../../$(LAPACKELIB) $^
        $(RANLIB) ../../$(LAPACKELIB)
 
 clean: cleanobj
index 531cb51..e5bb7a3 100644 (file)
@@ -553,26 +553,26 @@ endif
 all: ../$(LAPACKLIB)
 
 ../$(LAPACKLIB): $(ALLOBJ) $(ALLXOBJ) $(DEPRECATED)
-       $(ARCH) $(ARCHFLAGS) $@ $(ALLOBJ) $(ALLXOBJ) $(DEPRECATED)
+       $(AR) $(ARFLAGS) $@ $(ALLOBJ) $(ALLXOBJ) $(DEPRECATED)
        $(RANLIB) $@
 
 single: $(SLASRC) $(DSLASRC) $(SXLASRC) $(SCLAUX) $(ALLAUX)
-       $(ARCH) $(ARCHFLAGS) ../$(LAPACKLIB) $(SLASRC) $(DSLASRC) \
+       $(AR) $(ARFLAGS) ../$(LAPACKLIB) $(SLASRC) $(DSLASRC) \
        $(SXLASRC) $(SCLAUX) $(ALLAUX)
        $(RANLIB) ../$(LAPACKLIB)
 
 complex: $(CLASRC) $(ZCLASRC) $(CXLASRC) $(SCLAUX) $(ALLAUX)
-       $(ARCH) $(ARCHFLAGS) ../$(LAPACKLIB) $(CLASRC) $(ZCLASRC) \
+       $(AR) $(ARFLAGS) ../$(LAPACKLIB) $(CLASRC) $(ZCLASRC) \
        $(CXLASRC) $(SCLAUX) $(ALLAUX)
        $(RANLIB) ../$(LAPACKLIB)
 
 double: $(DLASRC) $(DSLASRC) $(DXLASRC) $(DZLAUX) $(ALLAUX)
-       $(ARCH) $(ARCHFLAGS) ../$(LAPACKLIB) $(DLASRC) $(DSLASRC) \
+       $(AR) $(ARFLAGS) ../$(LAPACKLIB) $(DLASRC) $(DSLASRC) \
        $(DXLASRC) $(DZLAUX) $(ALLAUX)
        $(RANLIB) ../$(LAPACKLIB)
 
 complex16: $(ZLASRC) $(ZCLASRC) $(ZXLASRC) $(DZLAUX) $(ALLAUX)
-       $(ARCH) $(ARCHFLAGS) ../$(LAPACKLIB) $(ZLASRC) $(ZCLASRC) \
+       $(AR) $(ARFLAGS) ../$(LAPACKLIB) $(ZLASRC) $(ZCLASRC) \
        $(ZXLASRC) $(DZLAUX) $(ALLAUX)
        $(RANLIB) ../$(LAPACKLIB)
 
index 9f14107..7d0e882 100644 (file)
@@ -33,27 +33,27 @@ QRLL = qr/LL/cgeqrf.o qr/LL/dgeqrf.o qr/LL/sgeqrf.o qr/LL/zgeqrf.o qr/LL/sceil.o
 all: cholrl.a choltop.a lucr.a lull.a lurec.a qrll.a
 
 cholrl.a: $(CHOLRL)
-       $(ARCH) $(ARCHFLAGS) $@ $^
+       $(AR) $(ARFLAGS) $@ $^
        $(RANLIB) $@
 
 choltop.a: $(CHOLTOP)
-       $(ARCH) $(ARCHFLAGS) $@ $^
+       $(AR) $(ARFLAGS) $@ $^
        $(RANLIB) $@
 
 lucr.a: $(LUCR)
-       $(ARCH) $(ARCHFLAGS) $@ $^
+       $(AR) $(ARFLAGS) $@ $^
        $(RANLIB) $@
 
 lull.a: $(LULL)
-       $(ARCH) $(ARCHFLAGS) $@ $^
+       $(AR) $(ARFLAGS) $@ $^
        $(RANLIB) $@
 
 lurec.a: $(LUREC)
-       $(ARCH) $(ARCHFLAGS) $@ $^
+       $(AR) $(ARFLAGS) $@ $^
        $(RANLIB) $@
 
 qrll.a: $(QRLL)
-       $(ARCH) $(ARCHFLAGS) $@ $^
+       $(AR) $(ARFLAGS) $@ $^
        $(RANLIB) $@
 
 clean: cleanobj cleanlib
index e20004c..f5ea5a8 100644 (file)
@@ -58,23 +58,23 @@ ALLOBJ = $(SMATGEN) $(CMATGEN) $(SCATGEN) $(DMATGEN) $(ZMATGEN) \
        $(DZATGEN)
 
 ../../$(TMGLIB): $(ALLOBJ)
-       $(ARCH) $(ARCHFLAGS) $@ $^
+       $(AR) $(ARFLAGS) $@ $^
        $(RANLIB) $@
 
 single: $(SMATGEN) $(SCATGEN)
-       $(ARCH) $(ARCHFLAGS) ../../$(TMGLIB) $^
+       $(AR) $(ARFLAGS) ../../$(TMGLIB) $^
        $(RANLIB) ../../$(TMGLIB)
 
 complex: $(CMATGEN) $(SCATGEN)
-       $(ARCH) $(ARCHFLAGS) ../../$(TMGLIB) $^
+       $(AR) $(ARFLAGS) ../../$(TMGLIB) $^
        $(RANLIB) ../../$(TMGLIB)
 
 double: $(DMATGEN) $(DZATGEN)
-       $(ARCH) $(ARCHFLAGS) ../../$(TMGLIB) $^
+       $(AR) $(ARFLAGS) ../../$(TMGLIB) $^
        $(RANLIB) ../../$(TMGLIB)
 
 complex16: $(ZMATGEN) $(DZATGEN)
-       $(ARCH) $(ARCHFLAGS) ../../$(TMGLIB) $^
+       $(AR) $(ARFLAGS) ../../$(TMGLIB) $^
        $(RANLIB) ../../$(TMGLIB)
 
 $(SCATGEN): $(FRC)
index d780c3a..3ddb9ea 100644 (file)
@@ -33,8 +33,8 @@ LOADOPTS =
 #  The archiver and the flag(s) to use when building an archive
 #  (library).  If your system has no ranlib, set RANLIB = echo.
 #
-ARCH      = ar
-ARCHFLAGS = cr
+AR        = ar
+ARFLAGS   = cr
 RANLIB    = ranlib
 
 #  Timer for the SECOND and DSECND routines
index b6ed098..93b3551 100644 (file)
--- a/make.inc
+++ b/make.inc
@@ -1,6 +1,6 @@
 SHELL = /bin/sh
 PLAT = _LINUX
 DRVOPTS  = $(NOOPT)
-#ARCHFLAGS= $(ARFLAGS) -ru
+#ARFLAGS= $(ARFLAGS) -ru
 #RANLIB   = ranlib