mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-21 13:59:32 +08:00
953ba1e6d1
This code is a bit more convoluted than it needs to be. GPR_SOURCES is never set to anything, and the automake checks use negative logic to add the SP & DP source files to dedicated variables that are only expanded once. Get rid of the unused variable, use normal boolean logic, and collapse the source settings into a single variable.