Changeset 38282c0 in mainline


Ignore:
Timestamp:
2005-12-14T15:07:02Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d91e54b
Parents:
0cfc4d38
Message:

Build string now contains correct architecture.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r0cfc4d38 r38282c0  
    4545#
    4646
    47 DEFS = -D$(ARCH) -DARCH=$(ARCH) -DRELEASE=\"$(RELEASE)\" "-DNAME=\"$(NAME)\""
    48 CFLAGS = -fno-builtin -fomit-frame-pointer -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3 -nostdlib -nostdinc -Igeneric/include/
     47DEFS = -D$(ARCH)=$(ARCH) -DARCH=$(ARCH) -DRELEASE=\"$(RELEASE)\" "-DNAME=\"$(NAME)\""
     48CFLAGS = -fno-builtin -fomit-frame-pointer -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3 -nostdlib -nostdinc -Igeneric/include/ 
    4949LFLAGS = -M
    5050AFLAGS =
Note: See TracChangeset for help on using the changeset viewer.