From d30b703a0f57dde6938186882b879243777a67c2 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 11 Aug 2002 07:00:09 +0000 Subject: 2002-08-11 Ralf Corsepius * dlentry/Makefile.am: Use .$(OBJEXT) instead of .o. * startup/Makefile.am: Use .$(OBJEXT) instead of .o. * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o. --- c/src/lib/libbsp/powerpc/gen405/ChangeLog | 6 ++++++ c/src/lib/libbsp/powerpc/gen405/dlentry/Makefile.am | 2 +- c/src/lib/libbsp/powerpc/gen405/startup/Makefile.am | 2 +- c/src/lib/libbsp/powerpc/gen405/wrapup/Makefile.am | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/c/src/lib/libbsp/powerpc/gen405/ChangeLog b/c/src/lib/libbsp/powerpc/gen405/ChangeLog index 0e74221617..7911abd944 100644 --- a/c/src/lib/libbsp/powerpc/gen405/ChangeLog +++ b/c/src/lib/libbsp/powerpc/gen405/ChangeLog @@ -1,3 +1,9 @@ +2002-08-11 Ralf Corsepius + + * dlentry/Makefile.am: Use .$(OBJEXT) instead of .o. + * startup/Makefile.am: Use .$(OBJEXT) instead of .o. + * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o. + 2002-08-09 Joel Sherrill * dlentry/dlentry.S: Removed fake __eabi to avoid conflict with diff --git a/c/src/lib/libbsp/powerpc/gen405/dlentry/Makefile.am b/c/src/lib/libbsp/powerpc/gen405/dlentry/Makefile.am index b3a7a235ed..5240bd46f1 100644 --- a/c/src/lib/libbsp/powerpc/gen405/dlentry/Makefile.am +++ b/c/src/lib/libbsp/powerpc/gen405/dlentry/Makefile.am @@ -6,7 +6,7 @@ PGM = $(ARCH)/dlentry.rel S_FILES = dlentry.S -S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.o) +S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT)) OBJS = $(S_O_FILES) diff --git a/c/src/lib/libbsp/powerpc/gen405/startup/Makefile.am b/c/src/lib/libbsp/powerpc/gen405/startup/Makefile.am index 403da3d831..01cd6becbf 100644 --- a/c/src/lib/libbsp/powerpc/gen405/startup/Makefile.am +++ b/c/src/lib/libbsp/powerpc/gen405/startup/Makefile.am @@ -9,7 +9,7 @@ PGM = $(ARCH)/startup.rel C_FILES = bspclean.c bsplibc.c bsppost.c bspstart.c bootcard.c main.c sbrk.c \ setvec.c gnatinstallhandler.c -C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) +C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) OBJS = $(C_O_FILES) diff --git a/c/src/lib/libbsp/powerpc/gen405/wrapup/Makefile.am b/c/src/lib/libbsp/powerpc/gen405/wrapup/Makefile.am index dd23a825fa..405a28ba3e 100644 --- a/c/src/lib/libbsp/powerpc/gen405/wrapup/Makefile.am +++ b/c/src/lib/libbsp/powerpc/gen405/wrapup/Makefile.am @@ -7,7 +7,7 @@ BSP_PIECES = startup dlentry CPU_PIECES = clock timer console tty_drv vectors ictrl # bummer; have to use $foreach since % pattern subst rules only replace 1x -OBJS = $(foreach piece, $(BSP_PIECES), $(wildcard ../$(piece)/$(ARCH)/*.o)) \ +OBJS = $(foreach piece, $(BSP_PIECES), $(wildcard ../$(piece)/$(ARCH)/*.$(OBJEXT))) \ ../@exceptions@/$(ARCH)/rtems-cpu.rel \ $(foreach piece, $(CPU_PIECES), ../../../../libcpu/$(RTEMS_CPU)/ppc403/$(piece)/$(ARCH)/$(piece).rel) -- cgit v1.2.3