2e3d081bf6
by not making a stupid typo. From kurt@ (thanks). - respect version of liblto_plugin - add %%PIC%% in PLIST-go
9 lines
430 B
Plaintext
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
|