configure/Makefile: make Cygwin force less
authorSitsofe Wheeler <sitsofe@yahoo.com>
Mon, 26 Mar 2018 14:50:03 +0000 (15:50 +0100)
committerSitsofe Wheeler <sitsofe@yahoo.com>
Tue, 27 Mar 2018 19:18:42 +0000 (20:18 +0100)
commite59ad777d34cfee20b3b700482b936c16cceaa8e
tree3b59543ab369ab099cb1a581c333ad94e598383c
parentb570e037a5bb8abf780b75e896a8dee336c2dd74
configure/Makefile: make Cygwin force less

Continue the work started in commit
ca205a752c3d6ebe7de74a3dfe81808e48a502e3 ("configure: Make Cygwin take
regular configure path") by removing the forceful setting of flags that
are automatically detected anyway.

Even CONFIG_64BIT_LLP64 is unneeded because despite their names
CONFIG_32BIT/CONFIG_64BIT are only used to control the size's of words
and the regular configure path correctly detects CONFIG_32BIT for 64 bit
Windows even though it's LLP64.

Signed-off-by: Sitsofe Wheeler <sitsofe@yahoo.com>
Makefile
configure