--- Gnu-Mach/linux/Makefrag.am 2020/09/02 04:45:52 1.1 +++ Gnu-Mach/linux/Makefrag.am 2020/09/02 04:50:32 1.1.1.3 @@ -36,6 +36,11 @@ liblinux_a_CPPFLAGS = $(AM_CPPFLAGS) \ # Because of the use of `extern inline' in some Linux header files without # corresponding text segment definitions, we must always optimize. liblinux_a_CFLAGS = -O2 $(AM_CFLAGS) + +# See . +liblinux_a_CFLAGS += \ + -fno-strict-aliasing + # TODO. Do we really need `-traditional'? liblinux_a_CCASFLAGS = $(AM_CCASFLAGS) \ -D__ASSEMBLY__ -traditional \ @@ -749,6 +754,12 @@ EXTRA_DIST += \ linux/dev/README \ linux/src/COPYING +# Those get #included... +EXTRA_DIST += \ + linux/src/drivers/scsi/FlashPoint.c \ + linux/src/drivers/scsi/eata_pio_proc.c \ + linux/src/drivers/scsi/scsiiom.c + # Instead of listing each file individually... EXTRA_DIST += \ linux/dev/include \