]> git.sesse.net Git - stockfish/commitdiff
Retire hackish support for aCC and HP-UX from Makefile
authorJoona Kiiski <joona.kiiski@gmail.com>
Sun, 30 Nov 2014 20:50:01 +0000 (20:50 +0000)
committerJoona Kiiski <joona.kiiski@gmail.com>
Sat, 6 Dec 2014 14:19:39 +0000 (14:19 +0000)
- It is out of scope of the project.
- We have no way to verify that it even works anymore

No functional change

Resolves #142

src/Makefile

index 6b02425e07b2ce2f160e98ed93fa2defd3e26586..48f1fa1cf5125ccdc547f707dbba27ae114cbf18 100644 (file)
@@ -354,10 +354,6 @@ help:
        @echo "clang                   > LLVM Clang compiler"
        @echo "icc                     > Intel compiler"
        @echo ""
        @echo "clang                   > LLVM Clang compiler"
        @echo "icc                     > Intel compiler"
        @echo ""
-       @echo "Non-standard targets:"
-       @echo ""
-       @echo "make hpux               >  Compile for HP-UX. Compiler = aCC"
-       @echo ""
        @echo "Examples. If you don't know what to do, you likely want to run: "
        @echo ""
        @echo "make build ARCH=x86-64    (This is for 64-bit systems)"
        @echo "Examples. If you don't know what to do, you likely want to run: "
        @echo ""
        @echo "make build ARCH=x86-64    (This is for 64-bit systems)"
@@ -486,15 +482,3 @@ icc-profile-clean:
 
 -include .depend
 
 
 -include .depend
 
-
-### ==========================================================================
-### Section 6. Non-standard targets
-### ==========================================================================
-
-hpux:
-       $(MAKE) \
-       CXX='/opt/aCC/bin/aCC -AA +hpxstd98 -mt +O3 -DNDEBUG -DNO_PREFETCH' \
-       CXXFLAGS="" \
-       LDFLAGS="" \
-       all
-