Move ret_cr16.s from util to freebl. r=nelsonb

This commit is contained in:
julien.pierre.bugs%sun.com 2005-11-04 04:11:04 +00:00
parent 520b30a7f7
commit 799adefa45
3 changed files with 1 additions and 6 deletions

View File

@ -165,6 +165,7 @@ endif # AIX
ifeq ($(OS_TARGET), HP-UX)
ifneq ($(OS_TEST), ia64)
# PA-RISC
ASFILES += ret_cr16.s
ifndef USE_64
FREEBL_BUILD_SINGLE_SHLIB =
HAVE_ABI32_INT32 = 1

View File

@ -50,12 +50,6 @@ include manifest.mn
include $(CORE_DEPTH)/coreconf/config.mk
ifeq ($(OS_TARGET),HP-UX)
ifneq ($(OS_TEST),ia64)
ASFILES += ret_cr16.s
endif
endif
#######################################################################
# (3) Include "component" configuration information. (OPTIONAL) #
#######################################################################