You're right [0], but I couldn't find which march value [1] corresponds to the settings used for "x86_64-linux-gnu".
EDIT: running "echo | gcc -v -E - 2>&1 | grep cc1" shows the command line, which says "-mtune=generic -march=x86-64". I do not know what "-march=x86-64" implies, except SSE2.