Changeset 2361
- Timestamp:
- Jul 14, 2011 7:39:10 AM (23 months ago)
- Files:
-
- 3 edited
-
clients/emacs/arm/Makefile (modified) (2 diffs)
-
clients/lib/arm/start.c (modified) (1 diff)
-
cpu/arm/olpc/1.75/mcnand-version.fth (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
clients/emacs/arm/Makefile
r2344 r2361 5 5 # 6 6 7 TOOLPREFIX=/usr/local/arm/bin/arm-linux- 8 CC=$(TOOLPREFIX)gcc 9 LD=$(TOOLPREFIX)ld 10 STRIP=$(TOOLPREFIX)strip 7 ifneq (arm, $(findstring arm,$(shell uname -p))) 8 # Cross-compiler setup 9 TOOLPREFIX=/usr/local/arm/bin/arm-linux- 10 CC=$(TOOLPREFIX)gcc 11 LD=$(TOOLPREFIX)ld 12 STRIP=$(TOOLPREFIX)strip 13 else 14 CC := gcc 15 STRIP := strip 16 endif 11 17 12 18 BP=../../.. … … 19 25 MODES=-g -O2 -fno-inline 20 26 CFLAGS= $(INCS) $(MODES) 27 28 ifeq (y, $(shell $(CC) -xc -c -fno-stack-protector /dev/null -o /dev/null 2>/dev/null && echo y)) 29 CFLAGS += -fno-stack-protector 30 endif 21 31 22 32 LFLAGS= -T emacs.lds -N -e _start -
clients/lib/arm/start.c
r1 r2361 28 28 } 29 29 30 void raise() 31 { 32 } 33 30 34 // LICENSE_BEGIN 31 35 // Copyright (c) 2006 FirmWorks -
cpu/arm/olpc/1.75/mcnand-version.fth
r2356 r2361 4 4 \ With "test", mcastnand.bth will clone the git head if build/multicast-nand/ 5 5 \ is not already present, then you can modify the git subtree as needed. 6 macro: MCNAND_VERSION 059bd03137c19d67a28c67665c4ce50fd5d35565 7 6 macro: MCNAND_VERSION 6c53cac2dba11d6d0f0a6d7607b2f831d566356b 8 7 \ macro: MCNAND_VERSION test 9 8 \ macro: MCNAND_VERSION HEAD
Note: See TracChangeset
for help on using the changeset viewer.
