- Timestamp:
- 2006-06-08T18:25:02Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e92aabf
- Parents:
- 0a9a324
- Location:
- libc
- Files:
-
- 2 edited
-
Makefile.toolchain (modified) (1 diff)
-
arch/ia64/Makefile.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libc/Makefile.toolchain
r0a9a324 r8bd0316 29 29 DEFS = -DARCH=$(ARCH) 30 30 CFLAGS = -fno-builtin -Werror-implicit-function-declaration -Wmissing-prototypes -O3 -nostdlib -nostdinc -I$(LIBC_PREFIX)/include 31 LFLAGS = -M -N $(SOFTINT_PREFIX)/ softint.a31 LFLAGS = -M -N $(SOFTINT_PREFIX)/libsoftint.a 32 32 AFLAGS = 33 33 #-Werror -
libc/arch/ia64/Makefile.inc
r0a9a324 r8bd0316 33 33 TOOLCHAIN_DIR = /usr/local/ia64/bin 34 34 CFLAGS += -fno-unwind-tables -DMALLOC_ALIGNMENT_16 35 LFLAGS += -N ../softint/ softint.a35 LFLAGS += -N ../softint/libsoftint.a 36 36 AFLAGS += 37 37
Note:
See TracChangeset
for help on using the changeset viewer.
