openbsd-ports/lang/gcc/4.6/patches/patch-gcc_config_x-openbsd
pascal 2e3d081bf6 - PCH support using kurt@'s implementation does work, if you actually enable it
by not making a stupid typo.  From kurt@ (thanks).
- respect version of liblto_plugin
- add %%PIC%% in PLIST-go
2011-11-20 11:10:36 +00:00

9 lines
430 B
Plaintext

$OpenBSD: patch-gcc_config_x-openbsd,v 1.2 2011/11/20 11:10:36 pascal Exp $
--- gcc/config/x-openbsd.orig Sun Nov 20 02:06:19 2011
+++ gcc/config/x-openbsd Sun Nov 20 02:07:24 2011
@@ -0,0 +1,4 @@
+host-openbsd.o : $(srcdir)/config/host-openbsd.c $(CONFIG_H) $(SYSTEM_H) \
+ coretypes.h hosthooks.h hosthooks-def.h $(HOOKS_H)
+ $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
+ $(srcdir)/config/host-openbsd.c