Changeset 284 for trunk


Ignore:
Timestamp:
Jul 27, 2017, 3:24:09 PM (7 years ago)
Author:
max@…
Message:

Need to use gnu89, otherwise the kernel does not compile on GCC5.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.x86

    r277 r284  
    77# Compilation flags.
    88CFLAGS = -Wall -ffreestanding -mno-red-zone -mno-mmx -mno-sse -mno-avx -g \
    9                  -fno-delete-null-pointer-checks -mcmodel=large
     9                 -fno-delete-null-pointer-checks -mcmodel=large -std=gnu89
    1010
    1111# Export all variables to applications sub-Makefile.
Note: See TracChangeset for help on using the changeset viewer.