Add the arch64 build flag for the emulator64 arch 98/103598/2
authorDoHyun Pyun <dh79.pyun@samsung.com>
Fri, 9 Dec 2016 02:07:56 +0000 (11:07 +0900)
committerDoHyun 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

index c3f9924..ed87fe9 100644 (file)
@@ -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"