Update of /var/lib/cvs/src/d2c/compiler
In directory cantor:/tmp/cvs-serv9070
Modified Files:
Tag: GD_2_5
platforms.descr
Log Message:
Bug: 7021
Merge Transaction 73 to gd25
Index: platforms.descr
===================================================================
RCS file: /var/lib/cvs/src/d2c/compiler/platforms.descr,v
retrieving revision 1.68.2.12
retrieving revision 1.68.2.13
diff -u -d -r1.68.2.12 -r1.68.2.13
--- platforms.descr 3 Feb 2004 07:11:08 -0000 1.68.2.12
+++ platforms.descr 23 May 2004 08:42:52 -0000 1.68.2.13
@@ -1,6 +1,5 @@
// A description of all target platforms we support. We use this in d2c as
well as in the build scripts.
// Remember, blank links separate the platforms.
-// $Header$
// A target description is a description of the target-environment we
// are compiling for. This includes information such as what files
@@ -593,7 +592,7 @@
default-c-compiler-flags: -I. -I%s -O
default-c-compiler-debug-flags: -I. -I%s -g -O -fno-inline-functions
link-shared-library-command: $(LIBTOOL) --mode=link gcc -o %s %s -rpath %s
-link-executable-command: gcc -static -o %s %s %s
+link-executable-command: $(LIBTOOL) --mode=link gcc -static -o %s %s %s
long-long-size: 8
long-long-alignment: 4
@@ -611,7 +610,7 @@
platform-name: x86-linux-gcc
inherit-from: gcc linux x86
link-shared-library-command: $(LIBTOOL) --mode=link gcc -o %s %s -rpath %s
-link-executable-command: gcc -static -o %s %s %s
+link-executable-command: $(LIBTOOL) --mode=link gcc -static -o %s %s %s
long-long-size: 8
long-long-alignment: 4
!DSPAM:40b0641591531575378065!
_______________________________________________
Gd-chatter mailing list
Gd-chatter@xxxxxxxxxxxxxxxx
http://www.gwydiondylan.org/mailman/listinfo/gd-chatter
|
|