[rtems commit] shsim/bsp_specs: Account for big/little endian
    Joel Sherrill 
    joel at rtems.org
       
    Mon Aug 25 22:22:54 UTC 2014
    
    
  
Module:    rtems
Branch:    master
Commit:    a4d355b426576ec9ad550b3eb0329d5860957e99
Changeset: http://git.rtems.org/rtems/commit/?id=a4d355b426576ec9ad550b3eb0329d5860957e99
Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Mon Aug 25 16:50:13 2014 -0500
shsim/bsp_specs: Account for big/little endian
---
 c/src/lib/libbsp/sh/shsim/bsp_specs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/c/src/lib/libbsp/sh/shsim/bsp_specs b/c/src/lib/libbsp/sh/shsim/bsp_specs
index 975c0b2..70c5ecb 100644
--- a/c/src/lib/libbsp/sh/shsim/bsp_specs
+++ b/c/src/lib/libbsp/sh/shsim/bsp_specs
@@ -7,7 +7,7 @@
 %{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s -e _start}}
 
 *link:
-%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N}
+%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N} %{ml:-EL}%{mb:-EB}
 
 *endfile:
 %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s}
    
    
More information about the vc
mailing list