projects
/
platform
/
upstream
/
libgcrypt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bae1b7c
)
packaging: update CFLAG
98/311798/1
accepted/tizen_base_dev
accepted/tizen_base_toolchain
tizen_base_dev
accepted/tizen/base/20241121.070757
accepted/tizen/base/dev/20241206.041329
accepted/tizen/base/dev/20250313.233701
accepted/tizen/base/toolchain/20240624.003545
accepted/tizen/base/x/20240612.012452
accepted/tizen/base/x/asan/20240624.231530
author
HyungGi Lee
<hyunggi.lee@samsung.com>
Mon, 27 May 2024 05:39:31 +0000
(14:39 +0900)
committer
Tomasz Swierczek
<t.swierczek@samsung.com>
Tue, 28 May 2024 05:19:56 +0000
(07:19 +0200)
CFLAG: disabled thumb options
Change-Id: Ic75bb993eaa2fca1e0b7aab4a2aed7a42064c7c9
Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
packaging/libgcrypt.spec
patch
|
blob
|
history
diff --git
a/packaging/libgcrypt.spec
b/packaging/libgcrypt.spec
index c2a97c381d2abb23c986fc567a5ea83d7e971f8e..49899585bfee8a2a4bf4e84056c4d914bbf74334 100644
(file)
--- a/
packaging/libgcrypt.spec
+++ b/
packaging/libgcrypt.spec
@@
-42,6
+42,10
@@
ENABLE_PUBKEY="dsa elgamal rsa ecc"
ENABLE_DIGEST="crc md4 md5 rmd160 sha1 sha256 sha512 tiger whirlpool blake2"
#
autoreconf -fi
+
+export CFLAGS=${CFLAGS/-mthumb/-marm}
+export CFLAGS=${CFLAGS/-mimplicit-it=thumb/-mimplicit-it=arm}
+
%configure --with-pic \
--enable-noexecstack \
--disable-static \