CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2012/12/30 11:09:30
Modified files: gnu/usr.bin/gcc/gcc: config.gcc gnu/usr.bin/gcc/gcc/config/m88k: openbsd.h Added files: gnu/usr.bin/gcc/gcc/config/m88k: openbsd1.h Log message: Stop including other files in m88k/openbsd.h; instead specific the complete list of files to include, in proper order, as tm_file at configure time. This requires openbsd.h to be split, as also encountered on other platforms, and will make further work easier. No functional change introduced.