CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2009/10/17 20:47:27
Modified files: gnu/usr.bin/cc/cc_int: Makefile Added files: gnu/gcc/gcc/config: host-openbsd.c Log message: Replace mmap/default precompiled header support using a brk/sbrk implementation since random mmap breaks the default approach. Note that gcc may not be compiled with PIE support or it will break this implementation too.