mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-25 19:46:55 +08:00
Retire hackish support for aCC and HP-UX from Makefile
- It is out of scope of the project. - We have no way to verify that it even works anymore No functional change Resolves #142
This commit is contained in:
16
src/Makefile
16
src/Makefile
@@ -354,10 +354,6 @@ help:
|
||||
@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)"
|
||||
@@ -486,15 +482,3 @@ icc-profile-clean:
|
||||
|
||||
-include .depend
|
||||
|
||||
|
||||
### ==========================================================================
|
||||
### Section 6. Non-standard targets
|
||||
### ==========================================================================
|
||||
|
||||
hpux:
|
||||
$(MAKE) \
|
||||
CXX='/opt/aCC/bin/aCC -AA +hpxstd98 -mt +O3 -DNDEBUG -DNO_PREFETCH' \
|
||||
CXXFLAGS="" \
|
||||
LDFLAGS="" \
|
||||
all
|
||||
|
||||
|
||||
Reference in New Issue
Block a user