6f0b523996
meant to be used on archs that have gcc4 in base, this doesn't require a full gcc build from ports, and provides libgfortran as a subpackage. idea from espie some months ago.
9 lines
421 B
Plaintext
9 lines
421 B
Plaintext
$OpenBSD: patch-gcc_config_x-openbsd,v 1.1.1.1 2010/10/10 17:39:06 steven Exp $
|
|
--- gcc/config/x-openbsd.orig Mon Jan 31 14:50:47 2005
|
|
+++ gcc/config/x-openbsd Mon Jan 31 14:51:13 2005
|
|
@@ -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)
|
|
+ $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
|
|
+ $(srcdir)/config/host-openbsd.c
|