summaryrefslogtreecommitdiffstats
path: root/targets.d/cortexa8-linux-glibc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'targets.d/cortexa8-linux-glibc.sh')
-rw-r--r--targets.d/cortexa8-linux-glibc.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/targets.d/cortexa8-linux-glibc.sh b/targets.d/cortexa8-linux-glibc.sh
new file mode 100644
index 0000000..2db9c7d
--- /dev/null
+++ b/targets.d/cortexa8-linux-glibc.sh
@@ -0,0 +1,7 @@
+gcc_config_file='arm/linux-eabi.h'
+gcc_config_interp_macro='GLIBC_DYNAMIC_LINKER'
+gcc_config_fragment='arm/t-linux-eabi'
+gcc_config_fragment_script=''
+target_opts='--with-arch=armv7-a --with-cpu=cortex-a8'\
+' --with-tune=cortex-a8 --with-mode=thumb --with-fpu=neon --with-float=hard'\
+' --with-abi=aapcs-linux'