mirror of
https://github.com/sockspls/badfish
synced 2025-04-29 08:13:08 +00:00
Fix Makefile for HPUX
On hpux there is no prefetch. Reported by Richard Lloyd Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
parent
1d4e7bbdf5
commit
d0fdc20231
1 changed files with 1 additions and 1 deletions
|
@ -500,7 +500,7 @@ icc-profile-clean:
|
|||
|
||||
hpux:
|
||||
$(MAKE) \
|
||||
CXX='/opt/aCC/bin/aCC -AA +hpxstd98 -DBIGENDIAN -mt +O3 -DNDEBUG' \
|
||||
CXX='/opt/aCC/bin/aCC -AA +hpxstd98 -DBIGENDIAN -mt +O3 -DNDEBUG -DNO_PREFETCH' \
|
||||
CXXFLAGS="" \
|
||||
LDFLAGS="" \
|
||||
all
|
||||
|
|
Loading…
Add table
Reference in a new issue