From c932d85019761fbafef02fc72119e4bcd4e50978 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sat, 30 May 1998 10:09:14 +0000 Subject: New files -- from rtems-LM-980406 which was based on an RTEMS from 12/97. This was called the dmv170 BSP in that source tree but since the DMV171 is now obsolete, we have transitioned to the DMV177 and have no intention of checking compatibility with any other models. --- c/src/lib/libbsp/powerpc/dmv177/bsp_specs | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 c/src/lib/libbsp/powerpc/dmv177/bsp_specs (limited to 'c/src/lib/libbsp/powerpc/dmv177/bsp_specs') diff --git a/c/src/lib/libbsp/powerpc/dmv177/bsp_specs b/c/src/lib/libbsp/powerpc/dmv177/bsp_specs new file mode 100644 index 0000000000..6a84054cf5 --- /dev/null +++ b/c/src/lib/libbsp/powerpc/dmv177/bsp_specs @@ -0,0 +1,18 @@ +%rename cpp old_cpp +%rename lib old_lib +%rename endfile old_endfile +%rename startfile old_startfile +%rename link old_link + +*cpp: +%(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded) + +*lib: +%{!qrtems: %(old_lib)} %{qrtems: ecrti%O%s ecrtn%O%s --start-group -lrtemsall -lc -lgcc --end-group} + +*startfile: +%{!qrtems: %(old_startfile)} %{qrtems: start.o%s} + +*link: +%{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic -T linkcmds%s -e _start -u __vectors} + -- cgit v1.2.3