Skip to content

Commit

Permalink
refactoring tizen x86 build script
Browse files Browse the repository at this point in the history
  • Loading branch information
zilongshanren committed Feb 10, 2017
1 parent 91173d9 commit 0d90910
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions contrib/src/main.mak
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ CXX := ${HOST}-g++ --sysroot=$(TIZEN_STUDIO_HOME)/platforms/tizen-$(TIZEN_SDK_VE
else
CC := ${HOST}-gcc --sysroot=$(TIZEN_STUDIO_HOME)/platforms/tizen-$(TIZEN_SDK_VERSION)/mobile/rootstraps/mobile-$(TIZEN_SDK_VERSION)-emulator.core
CXX := ${HOST}-g++ --sysroot=$(TIZEN_STUDIO_HOME)/platforms/tizen-$(TIZEN_SDK_VERSION)/mobile/rootstraps/mobile-$(TIZEN_SDK_VERSION)-emulator.core
EXTRA_CFLAGS += -ldl -latomic
endif
endif

Expand Down
1 change: 1 addition & 0 deletions contrib/src/openssl/rules.mak
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ ifdef HAVE_TIZEN
ifeq ($(MY_TARGET_ARCH),x86)
OPENSSL_CONFIG_VARS=linux-elf
OPENSSL_ARCH=-m32
OPENSSL_EXTRA_CONFIG_2=no-async
endif
ifeq ($(MY_TARGET_ARCH),armv7)
OPENSSL_CONFIG_VARS=linux-generic32
Expand Down

0 comments on commit 0d90910

Please sign in to comment.