userspace/Makefile: Add a comment about -std=gnu89 and add -Wno-long-long.

gcc -std=gnu89 -pedantic warns about the ULL integer constant
suffix in xz_crc64.c so silence it with -Wno-long-long.

clang -std=gnu89 -pedantic is noisy about C99 features and
language extensions. Omitting either option silences all these
warnings, so mention this in a comment.
1 file changed
tree: 379121c41022926c02030155cb60e7058c27966d
  1. linux/
  2. userspace/
  3. .gitignore
  4. COPYING
  5. README