]> sourceware.org Git - newlib-cygwin.git/blobdiff - libgloss/arc/hsdk.specs
arc: libgloss: Add support of HS Development Kit board
[newlib-cygwin.git] / libgloss / arc / hsdk.specs
diff --git a/libgloss/arc/hsdk.specs b/libgloss/arc/hsdk.specs
new file mode 100644 (file)
index 0000000..fda702f
--- /dev/null
@@ -0,0 +1,18 @@
+%rename link hsdk_link
+%rename link_gcc_c_sequence hsdk_link_gcc_c_sequence
+%rename startfile hsdk_startfile
+
+*link:
+%(hsdk_link) -T hsdk.ld%s
+
+*hsdk_libgloss:
+-luart_8250 -lhsdk_uart
+
+*hsdk_libc:
+%{!specs=nano.specs:-lc} %{specs=nano.specs:-lc_nano}
+
+*link_gcc_c_sequence:
+%(hsdk_link_gcc_c_sequence) --start-group %G %(hsdk_libc) %(hsdk_libgloss) --end-group
+
+*startfile:
+%(hsdk_startfile) arc-main-helper%O%s
This page took 0.020868 seconds and 5 git commands to generate.