Changeset aca95f6b in mainline for boot/arch/sparc64/loader/Makefile


Ignore:
Timestamp:
2006-11-24T19:27:09Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
22f851e
Parents:
44d0758
Message:

add version to init and boot loader

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/sparc64/loader/Makefile

    r44d0758 raca95f6b  
    2727#
    2828
     29include ../../../../version
     30include ../../../Makefile.config
     31
    2932## Toolchain configuration
    3033#
     
    4750endif
    4851
    49 CFLAGS = -I. -I../../../generic -I../../../genarch -nostdinc -nostdlib -fno-builtin -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3 -mcpu=ultrasparc -m64
     52CFLAGS = -DRELEASE=\"$(RELEASE)\" -I. -I../../../generic -I../../../genarch -nostdinc -nostdlib -fno-builtin -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3 -mcpu=ultrasparc -m64
     53
     54ifdef REVISION
     55        CFLAGS += "-DREVISION=\"$(REVISION)\""
     56endif
     57
     58ifdef TIMESTAMP
     59        CFLAGS += "-DTIMESTAMP=\"$(TIMESTAMP)\""
     60endif
    5061
    5162SOURCES = \
Note: See TracChangeset for help on using the changeset viewer.