From f42a7891265d0d30ebf9f70bbfebb82048e1ffe1 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 3 Dec 2003 14:37:49 +0000 Subject: 2003-12-03 Ralf Corsepius * Makefile.am: Add preinstallation dirstamp support. * bootloader/Makefile.am: Cosmetics. * clock/Makefile.am: Cosmetics. * console/Makefile.am: Cosmetics. * irq/Makefile.am: Add preinstallation dirstamp support. * motorola/Makefile.am: Cosmetics. * openpic/Makefile.am: Cosmetics. * pci/Makefile.am: Cosmetics. * residual/Makefile.am: Cosmetics. * start/Makefile.am: Cosmetics. * startup/Makefile.am: Cosmetics. * vectors/Makefile.am: Add preinstallation dirstamp support. * vme/Makefile.am: Add preinstallation dirstamp support. * wrapup/Makefile.am: Cosmetics. --- .../libbsp/powerpc/motorola_powerpc/bootloader/Makefile.am | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/motorola_powerpc/bootloader/Makefile.am') diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/bootloader/Makefile.am b/c/src/lib/libbsp/powerpc/motorola_powerpc/bootloader/Makefile.am index a2e05001e7..27f115213e 100644 --- a/c/src/lib/libbsp/powerpc/motorola_powerpc/bootloader/Makefile.am +++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/bootloader/Makefile.am @@ -16,7 +16,6 @@ bootloader_SOURCES = head.S exception.S em86real.S bootloader_SOURCES += misc.c pci.c zlib.c mm.c em86.c polled_io.c lib.c bootloader_SOURCES += bootldr.h zlib.h pci.h keyboard.h - NM = @NM@ LD = @LD@ @@ -26,14 +25,11 @@ DEFAULT_INCLUDES = # Remove references to EABI when compiling bootloader BOOTLOADER_CPU_FLAGS=$(subst -msdata=eabi,,$(subst -meabi,,$(CPU_CFLAGS))) AM_CPPFLAGS = -D__BOOT__ -DDEBUG -AM_CFLAGS = \ - $(GCC_SPECS) -specs bsp_specs -qrtems -mrelocatable \ - -msoft-float -mstrict-align -fno-builtin -Wall -mmultiple \ - -mstring -O2 -fomit-frame-pointer -ffixed-r13 -mno-sdata \ - $(BOOTLOADER_CPU_CFLAGS) -AM_CCASFLAGS = $(AM_CPPFLAGS) \ - $(GCC_SPECS) -specs bsp_specs -qrtems -mrelocatable \ - -DASM $(BOOTLOADER_CPU_CFLAGS) +AM_CFLAGS = $(GCC_SPECS) -specs bsp_specs -qrtems -mrelocatable -msoft-float \ + -mstrict-align -fno-builtin -Wall -mmultiple -mstring -O2 \ + -fomit-frame-pointer -ffixed-r13 -mno-sdata $(BOOTLOADER_CPU_CFLAGS) +AM_CCASFLAGS = $(AM_CPPFLAGS) $(GCC_SPECS) -specs bsp_specs -qrtems \ + -mrelocatable -DASM $(BOOTLOADER_CPU_CFLAGS) # # CAUTION : -- cgit v1.2.3