Lines Matching refs:BITS
111 CONFIGURE_OPTIONS += fips --with-fipslibdir="$(FIPS_BUILD_DIR_$(BITS))/fips/"
112 CONFIGURE_OPTIONS += --with-fipsdir="$(BUILD_DIR_$(BITS))"
130 CONFIGURE_OPTIONS += --pk11-libname=$(PKCS11_LIB$(BITS))
131 CONFIGURE_OPTIONS += --enginesdir=$(ENGINESDIR_$(BITS))
132 CONFIGURE_OPTIONS += $(CONFIGURE_OPTIONS$(BITS)_$(MACH))
139 ( $(CLONEY) $(SOURCE_DIR) $(BUILD_DIR)/$(MACH$(BITS)); )
147 ( [ $(BITS) -eq 32 ] && $(GPATCH) -p1 $(@D)/crypto/opensslconf.h \
152 # is needed. Note that we must unset BITS that would override the same variable
157 ( unset BITS; \
176 $(LN) -fs $(OPENSSL_FIPS_DIR)/build/$(MACH$(BITS))/fips/fips_standalone_sha1 $(@D)/bin/; \
177 $(LN) -fs $(COMPONENT_DIR)/build/$(MACH$(BITS))/fips_premain_dso $(@D)/bin/;)