Commit 3f542969 authored by Richard Levitte's avatar Richard Levitte
Browse files

Adjust the configuration target name from Cygwin-i686 to Cygwin-x86



This is to reflect that it's not limited to just i686.

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent a717c110
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1221,7 +1221,7 @@
    },

#### Cygwin
    "Cygwin-i686" => {
    "Cygwin-x86" => {
        inherit_from     => [ asm("x86_asm") ],
        cc               => "gcc",
        cflags           => "-DTERMIOS -DL_ENDIAN -Wall",
+1 −0
Original line number Diff line number Diff line
@@ -806,6 +806,7 @@ case "$GUESSOS" in
	fi
	;;
  # these are all covered by the catchall below
  i[3456]86-*-cygwin) OUT="Cygwin-x86" ;;
  *-*-cygwin) OUT="Cygwin-${MACHINE}" ;;
  x86pc-*-qnx6) OUT="QNX6-i386" ;;
  *-*-qnx6) OUT="QNX6" ;;