- Timestamp:
- 2005-05-12T20:37:03Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- da79d0fd
- Parents:
- ea3fb2e
- Location:
- arch
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia64/Makefile.inc
rea3fb2e rf2ffad4 8 8 LD=$(IA-64_BINUTILS_DIR)/$(IA-64_TARGET)-ld 9 9 10 ASFLAGS=- EL10 ASFLAGS=-mconstant-gp 11 11 12 12 DEFS=-DARCH=$(ARCH) 13 13 CPPFLAGS=$(DEFS) -nostdinc -I../include 14 CFLAGS=$(CPPFLAGS) - nostdlib -fno-builtin -Wmissing-prototypes -Werror -O315 LFLAGS=-EL -M - no-check-sections -T ../arch/ia64/_link.ld14 CFLAGS=$(CPPFLAGS) -mconstant-gp -nostdlib -fno-builtin -Wmissing-prototypes -Werror -O3 15 LFLAGS=-EL -M -T ../arch/ia64/_link.ld 16 16 17 17 arch_sources= \ … … 23 23 arch/fpu_context.c \ 24 24 arch/context.S 25 26
Note:
See TracChangeset
for help on using the changeset viewer.