projects
/
platform
/
core
/
connectivity
/
bluetooth-frwk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fabafe5
)
Add the arch64 build flag for the emulator64 arch
98/103598/2
author
DoHyun Pyun
<dh79.pyun@samsung.com>
Fri, 9 Dec 2016 02:07:56 +0000
(11:07 +0900)
committer
DoHyun Pyun
<dh79.pyun@samsung.com>
Fri, 9 Dec 2016 02:12:54 +0000
(11:12 +0900)
Change-Id: I42506ec29060281cebf007094b11e7e48aa1c112
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
packaging/bluetooth-frwk.spec
patch
|
blob
|
history
diff --git
a/packaging/bluetooth-frwk.spec
b/packaging/bluetooth-frwk.spec
index
c3f9924
..
ed87fe9
100644
(file)
--- a/
packaging/bluetooth-frwk.spec
+++ b/
packaging/bluetooth-frwk.spec
@@
-133,7
+133,9
@@
export CFLAGS="$CFLAGS -DTIZEN_PROFILE_IVI"
%endif
%ifarch x86_64
-export CFLAGS="$CFLAGS -Wall -g -fvisibility=hidden -fPIC"
+export CFLAGS="$CFLAGS -Wall -g -fvisibility=hidden -fPIC -DARCH64"
+export CXXFLAGS+=" -DARCH64"
+export FFLAGS+=" -DARCH64"
%else
export CFLAGS="$CFLAGS -fpie"
export LDFLAGS="$CFLAGS -pie"