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

git-svn-id: svn://10.0.0.236/trunk@184130 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
julien.pierre.bugs%sun.com 2005-11-04 04:11:04 +00:00
parent c4e0410c6e
commit b28f0e8848
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) #
#######################################################################