summaryrefslogtreecommitdiff
path: root/sdk/recipes/patches/openssl/Configure.p
blob: 6b1a39e5cb1f4c6cb8bbbf8aa4bc5a484ffb6843 (plain)
1
2
3
4
5
6
7
8
9
10
--- Configure.orig	2017-10-17 14:53:18.369801491 +0100
+++ Configure	2017-10-17 15:11:04.312242542 +0100
@@ -1329,6 +1329,7 @@
 $target{cxxflags}//=$target{cflags} if $target{CXX};
 $target{exe_extension}=".exe" if ($config{target} eq "DJGPP");
 $target{exe_extension}=".pm"  if ($config{target} =~ /vos/);
+$target{exe_extension}=",e1f" if ($config{target} eq "arm-unknown-riscos");
 
 # Fill %config with values from %user, and in case those are undefined or
 # empty, use values from %target (acting as a default).