Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TLMSP OpenSSL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CYBER - Cyber Security
TS 103 523 MSP
TLMSP
TLMSP OpenSSL
Commits
49e04548
Commit
49e04548
authored
23 years ago
by
Richard Levitte
Browse files
Options
Downloads
Patches
Plain Diff
At Corinna Vinschen's request, change CygWin32 to Cygwin
parent
d8309efc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
CHANGES
+1
-1
1 addition, 1 deletion
CHANGES
Configure
+8
-4
8 additions, 4 deletions
Configure
Makefile.org
+2
-2
2 additions, 2 deletions
Makefile.org
TABLE
+2
-2
2 additions, 2 deletions
TABLE
config
+4
-4
4 additions, 4 deletions
config
with
17 additions
and
13 deletions
CHANGES
+
1
−
1
View file @
49e04548
...
...
@@ -43,7 +43,7 @@
*) applies to 0.9.6a ... 0.9.6d and 0.9.7
+) applies to 0.9.7 only
*) Add information about CygWin
32
1.3 and on, and preserve proper
*) Add information about CygWin 1.3 and on, and preserve proper
configuration for the versions before that.
[Corinna Vinschen <vinschen@redhat.com> and Richard Levitte]
...
...
This diff is collapsed.
Click to expand it.
Configure
+
8
−
4
View file @
49e04548
...
...
@@ -503,9 +503,9 @@ my %table=(
# and its library files in util/pl/*)
"Mingw32", "gcc:-DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall:::::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}::::::::::win32",
# Cyg
W
in
32
"Cyg
W
in
32
-pre1.3", "gcc:-DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall::(unknown):CYGWIN32::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}::::::::::win32",
"Cyg
W
in
32
", "gcc:-DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall:::CYGWIN32::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}::::::::::win32:cygwin-shared::.dll",
# Cyg
w
in
"Cyg
w
in-pre1.3", "gcc:-DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall::(unknown):CYGWIN32::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}::::::::::win32",
"Cyg
w
in", "gcc:-DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall:::CYGWIN32::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}::::::::::win32:cygwin-shared::.dll",
# Ultrix from Bernhard Simon <simon@zid.tuwien.ac.at>
"ultrix-cc","cc:-std1 -O -Olimit 1000 -DL_ENDIAN::(unknown):::::::",
...
...
@@ -875,13 +875,17 @@ if ($target eq "LIST") {
exit 0;
}
if ($target =~ m/^CygWin32(-.*)$/) {
$target = "Cygwin".$1;
}
print "Configuring for $target\n";
&usage if (!defined($table{$target}));
my $IsWindows=scalar grep /^$target$/,@WinTargets;
$exe_ext=".exe" if ($target eq "Cyg
W
in
32
");
$exe_ext=".exe" if ($target eq "Cyg
w
in");
$openssldir="/usr/local/ssl" if ($openssldir eq "" and $prefix eq "");
$prefix=$openssldir if $prefix eq "";
...
...
This diff is collapsed.
Click to expand it.
Makefile.org
+
2
−
2
View file @
49e04548
...
...
@@ -240,7 +240,7 @@ clean-shared:
done
;
\
fi
;
\
(
set
-x
;
rm
-f
lib
$$
i
$(
SHLIB_EXT
)
)
;
\
if
[
"
$(
PLATFORM
)
"
=
"Cyg
W
in
32
"
]
;
then
\
if
[
"
$(
PLATFORM
)
"
=
"Cyg
w
in"
]
;
then
\
(
set
-x
;
rm
-f
cyg
$$
i
$(
SHLIB_EXT
)
lib
$$
i
$(
SHLIB_EXT
)
.a
)
;
\
fi
;
\
done
...
...
@@ -703,7 +703,7 @@ install: all install_docs
do
\
if
[
-f
"
$$
i"
-o
-f
"
$$
i.a"
]
;
then
\
(
echo
installing
$$
i
;
\
if
[
"
$(
PLATFORM
)
"
!=
"Cyg
W
in
32
"
]
;
then
\
if
[
"
$(
PLATFORM
)
"
!=
"Cyg
w
in"
]
;
then
\
cp
$$
i
$(
INSTALL_PREFIX
)$(
INSTALLTOP
)
/lib
;
\
chmod
644
$(
INSTALL_PREFIX
)$(
INSTALLTOP
)
/lib/
$$
i
;
\
else
\
...
...
This diff is collapsed.
Click to expand it.
TABLE
+
2
−
2
View file @
49e04548
...
...
@@ -72,7 +72,7 @@ $shared_ldflag =
$shared_extension =
$ranlib =
*** Cyg
W
in
32
*** Cyg
w
in
$cc = gcc
$cflags = -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall
$unistd =
...
...
@@ -96,7 +96,7 @@ $shared_ldflag = .dll
$shared_extension =
$ranlib =
*** Cyg
W
in
32
-pre1.3
*** Cyg
w
in-pre1.3
$cc = gcc
$cflags = -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall
$unistd =
...
...
This diff is collapsed.
Click to expand it.
config
+
4
−
4
View file @
49e04548
...
...
@@ -335,10 +335,10 @@ case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in
CYGWIN
*
)
case
"
$RELEASE
"
in
[
bB]
*
|
1.0|1.[12].
*
)
echo
"
${
MACHINE
}
-whatever-cygwin
32
_pre1.3"
echo
"
${
MACHINE
}
-whatever-cygwin_pre1.3"
;;
*
)
echo
"
${
MACHINE
}
-whatever-cygwin
32
"
echo
"
${
MACHINE
}
-whatever-cygwin"
;;
esac
exit
0
...
...
@@ -678,8 +678,8 @@ EOF
# *-aix) OUT="aix-$CC" ;;
# *-dgux) OUT="dgux" ;;
mips-sony-newsos4
)
OUT
=
"newsos4-gcc"
;;
*
-
*
-cygwin
32
_pre1
.3
)
OUT
=
"Cyg
W
in
32
-pre1.3"
;;
*
-
*
-cygwin
32
)
OUT
=
"Cyg
W
in
32
"
;;
*
-
*
-cygwin_pre1
.3
)
OUT
=
"Cyg
w
in-pre1.3"
;;
*
-
*
-cygwin
)
OUT
=
"Cyg
w
in"
;;
*
)
OUT
=
`
echo
$GUESSOS
|
awk
-F-
'{print $3}'
`
;;
esac
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment