From 279eb2c2e06a9803021d8fd752f0de575796f1ae Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 23 Nov 2004 22:20:44 +0000 Subject: 2004-11-23 Joel Sherrill * eth_comm/.cvsignore, eth_comm/ChangeLog, eth_comm/Makefile.am, eth_comm/README, eth_comm/bsp_specs, eth_comm/configure.ac, eth_comm/times, eth_comm/canbus/canbus.c, eth_comm/clock/p_clock.c, eth_comm/console/console.c, eth_comm/include/.cvsignore, eth_comm/include/8xx_immap.h, eth_comm/include/bsp.h, eth_comm/include/canbus.h, eth_comm/include/commproc.h, eth_comm/include/coverhd.h, eth_comm/include/info.h, eth_comm/include/tm27.h, eth_comm/irq/irq.c, eth_comm/irq/irq.h, eth_comm/irq/irq_asm.S, eth_comm/irq/irq_init.c, eth_comm/network/README, eth_comm/network/network.c, eth_comm/start/start.S, eth_comm/startup/bspstart.c, eth_comm/startup/cpuinit.c, eth_comm/startup/linkcmds, eth_comm/startup/mmutlbtab.c, eth_comm/vectors/vectors.S, eth_comm/vectors/vectors.h, eth_comm/vectors/vectors_init.c, eth_comm/wrapup/.cvsignore, eth_comm/wrapup/Makefile.am: Removed. --- c/src/lib/libbsp/powerpc/eth_comm/bsp_specs | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 c/src/lib/libbsp/powerpc/eth_comm/bsp_specs (limited to 'c/src/lib/libbsp/powerpc/eth_comm/bsp_specs') diff --git a/c/src/lib/libbsp/powerpc/eth_comm/bsp_specs b/c/src/lib/libbsp/powerpc/eth_comm/bsp_specs deleted file mode 100644 index 6d5918d876..0000000000 --- a/c/src/lib/libbsp/powerpc/eth_comm/bsp_specs +++ /dev/null @@ -1,15 +0,0 @@ -%rename endfile old_endfile -%rename startfile old_startfile -%rename link old_link - -*startfile: -%{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: ecrti%O%s \ -%{!qrtems_debug: start.o%s} \ -%{qrtems_debug: start_g.o%s}}} - -*endfile: -%{!qrtems: %(old_endfile)} %{qrtems: ecrtn%O%s} - -*link: -%{!qrtems: %(old_link)} %{qrtems: -dc -dp -u __vectors -N -u start -e start} - -- cgit v1.2.3