This commit is contained in:
TLINDEN
2013-11-17 12:30:34 +01:00
parent 080df75a04
commit 38b535ef18

View File

@@ -154,7 +154,10 @@ fi
# Check for some target-specific stuff # Check for some target-specific stuff
case "$host" in case "$host" in
*-*-aix*) ;; *-*-aix*)
# libm is required as well
LDFLAGS="$LDFLAGS -lm"
;;
*-*-android*) ;; *-*-android*) ;;
*-*-cygwin*) ;; *-*-cygwin*) ;;
*-*-dgux*) ;; *-*-dgux*) ;;