This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

H8/300H LDFLAGS fixed.


aki3068net target LDFLAGS typo fixed.

Index: current/ChangeLog
===================================================================
RCS file: /cvsroot/ecos-h8/ecos/packages/hal/h8300/aki3068net/current/ChangeLog,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 ChangeLog
--- current/ChangeLog	26 May 2002 12:36:50 -0000	1.1.1.1
+++ current/ChangeLog	26 Nov 2002 15:43:26 -0000
@@ -1,3 +1,10 @@
+2002-11-26  Yoshinori Sato  <ysato@users.sourceforge.jp>
+
+	* include/platform.inc
+	Buscontroler setting tuneing.
+	* cdl/hal_h8300_h8300h_aki3068net.cdl
+	CYGBLD_GLOBAL_LDFLAGS option "-mint32" add.
+	
 2002-04-29  Jonathan Larmour  <jlarmour@redhat.com>
 
 	* src/delay_us.S:
Index: current/cdl/hal_h8300_h8300h_aki3068net.cdl
===================================================================
RCS file: /cvsroot/ecos-h8/ecos/packages/hal/h8300/aki3068net/current/cdl/hal_h8300_h8300h_aki3068net.cdl,v
retrieving revision 1.1.1.3
retrieving revision 1.6
diff -u -r1.1.1.3 -r1.6
--- current/cdl/hal_h8300_h8300h_aki3068net.cdl	31 May 2002 15:21:37 -0000	1.1.1.3
+++ current/cdl/hal_h8300_h8300h_aki3068net.cdl	15 Oct 2002 13:11:01 -0000	1.6
@@ -197,6 +197,6 @@
             display "Global linker flags"
             flavor  data
             no_define
-            default_value { "-g -nostdlib -Wl,--gc-sections -Wl,-static -mh" }
+            default_value { "-g -nostdlib -Wl,--gc-sections -Wl,-static -mh -mint32" }
             description   "
                 This option controls the global linker flags. Individual

-- 
Yoshinori Sato
<ysato@users.sourceforge.jp>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]