mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 02:47:31 +09:00
Remove build support for HP-UX
Note: 3rd party lib support (NSS, etc.) has not been touched.
This commit is contained in:
parent
2a27202c64
commit
51510273b0
8 changed files with 1 additions and 86 deletions
11
config/external/nss/Makefile.in
vendored
11
config/external/nss/Makefile.in
vendored
|
|
@ -43,17 +43,6 @@ endif
|
|||
# Default
|
||||
HAVE_FREEBL_LIBS = 1
|
||||
|
||||
# 32-bit HP-UX PA-RISC
|
||||
ifeq ($(OS_ARCH), HP-UX)
|
||||
ifneq ($(OS_TEST), ia64)
|
||||
ifndef HAVE_64BIT_BUILD
|
||||
HAVE_FREEBL_LIBS =
|
||||
HAVE_FREEBL_LIBS_32INT32 = 1
|
||||
HAVE_FREEBL_LIBS_32FPU = 1
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
# SunOS SPARC
|
||||
ifeq ($(OS_ARCH), SunOS)
|
||||
ifneq (86,$(findstring 86,$(OS_TEST)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue