bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Linux Framework fix for -make


From: Jeff Teunissen
Subject: [PATCH] Linux Framework fix for -make
Date: Tue, 06 Mar 2001 21:20:07 -0500

Seems Linux ELF, at least with newest binutils, needs OBJC_CLASS_SECTION=D to
build frameworks. (one-line) patch attached.

-- 
| Jeff Teunissen - Pres., Dusk To Dawn Computing - deek at dusknet.dhs.org
| GPG: 1024D/9840105A   7102 808A 7733 C2F3 097B  161B 9222 DAB8 9840 105A
| Core developer, The QuakeForge Project        http://www.quakeforge.net/
| Specializing in Debian GNU/Linux           http://dusknet.dhs.org/~deek/
Index: target.make
===================================================================
RCS file: /cvsroot/gnustep/gnustep/core/make/target.make,v
retrieving revision 1.95
diff -u -r1.95 target.make
--- target.make 2001/02/28 00:30:43     1.95
+++ target.make 2001/03/07 02:17:21
@@ -379,6 +379,8 @@
 OBJ_MERGE_CMD          = \
        $(CC) -nostdlib -r -o $(GNUSTEP_OBJ_DIR)/$(SUBPROJECT_PRODUCT) $^ ;
 
+OBJC_CLASS_SECTION = D
+
 SHARED_CFLAGS      += -fPIC
 SHARED_LIBEXT      =  .so
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]