]> git.kernelconcepts.de Git - karo-tx-redboot.git/blobdiff - packages/hal/arm/arch/v2_0/cdl/hal_arm.cdl
RedBoot Release TX53-v3 2012-02-08
[karo-tx-redboot.git] / packages / hal / arm / arch / v2_0 / cdl / hal_arm.cdl
index acfb9e34c43bb2a33b691ba0d0f724cf1f280605..99ffe6ad7c16009b02dec83adbeceb20044c5f5e 100644 (file)
@@ -105,6 +105,15 @@ cdl_package CYGPKG_HAL_ARM {
             Enable use of the Thumb instruction set."
     }
 
+    cdl_option CYGBLD_ARM_EABI {
+        display          "Enable EABI"
+        default_value    1
+        description      "
+            Use EABI tool-chain to compile eCos."
+
+           compile arm_eabi.c
+    }
+
     # Note that when building a ROM monitor we include Thumb
     # interworking in order to support Thumb applications running
     # under a ARM ROM monitor.