summaryrefslogtreecommitdiff
path: root/cross/COMMON/patches-egcs
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>1999-01-06 01:14:20 +0000
committertv <tv@pkgsrc.org>1999-01-06 01:14:20 +0000
commite8e36e4b6be70ff3cd4e3d97d97871f6c6130ff8 (patch)
tree687ccc3a013ef96945a7db6e331a4187033c4a66 /cross/COMMON/patches-egcs
parent0316a07c9a950db5836f50bab003c8f088542789 (diff)
downloadpkgsrc-e8e36e4b6be70ff3cd4e3d97d97871f6c6130ff8.tar.gz
Split the PLIST stuff into separate languages, and add support for a
`no-runtime' configuration.
Diffstat (limited to 'cross/COMMON/patches-egcs')
-rw-r--r--cross/COMMON/patches-egcs/patch-ab15
1 files changed, 15 insertions, 0 deletions
diff --git a/cross/COMMON/patches-egcs/patch-ab b/cross/COMMON/patches-egcs/patch-ab
new file mode 100644
index 00000000000..61bf2d78f51
--- /dev/null
+++ b/cross/COMMON/patches-egcs/patch-ab
@@ -0,0 +1,15 @@
+$NetBSD: patch-ab,v 1.1 1999/01/06 01:14:21 tv Exp $
+
+--- gcc/objc/Make-lang.in.orig Tue Jan 5 19:01:14 1999
++++ gcc/objc/Make-lang.in Tue Jan 5 19:01:28 1999
+@@ -50,8 +50,8 @@
+
+ #
+ # Define the names for selecting Objective-C in LANGUAGES.
+-OBJC objc: cc1obj$(exeext) objc-runtime
+-OBJECTIVE-C objective-c: cc1obj$(exeext) objc-runtime
++OBJC objc: cc1obj$(exeext)
++OBJECTIVE-C objective-c: cc1obj$(exeext)
+
+ # Tell GNU make to ignore these if they exist.
+ .PHONY: objective-c objc ObjC