On 12-07-2011 21:17:17 +0200, Stefan Manegold wrote:
> (hopefully) fixing compilation with gcc < 4.3

> +     *clang*-*|*-4.[[3-9]].*|*-[[5-9]].*)
> +             dnl this triggers a warning (-> error) with gcc < 4.3
> +             X_CFLAGS="$X_CFLAGS -Wstack-protector"
> +             ;;
> +     esac

Stack Smashing Protector code isn't <gcc-4.3 specific at all.  GCC (from
Apple) on OSX simply enables -fstack-protector by default.  If you
enable -fstack-protector you'd probably get the same problem.
_______________________________________________
Checkin-list mailing list
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to