mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-27 07:46:24 -04:00
Removed the simulator build option
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4929 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
865effac7e
commit
0e067bbe55
1 changed files with 0 additions and 13 deletions
|
|
@ -7,19 +7,11 @@
|
||||||
# $Id$
|
# $Id$
|
||||||
#
|
#
|
||||||
|
|
||||||
ifdef SIMULATOR
|
|
||||||
CC = gcc
|
|
||||||
LD = ld
|
|
||||||
AR = ar
|
|
||||||
AS = as
|
|
||||||
OC = objcopy
|
|
||||||
else
|
|
||||||
CC = sh-elf-gcc
|
CC = sh-elf-gcc
|
||||||
LD = sh-elf-ld
|
LD = sh-elf-ld
|
||||||
AR = sh-elf-ar
|
AR = sh-elf-ar
|
||||||
AS = sh-elf-as
|
AS = sh-elf-as
|
||||||
OC = sh-elf-objcopy
|
OC = sh-elf-objcopy
|
||||||
endif
|
|
||||||
|
|
||||||
FIRMWARE = ../../../firmware
|
FIRMWARE = ../../../firmware
|
||||||
|
|
||||||
|
|
@ -36,13 +28,8 @@ ifeq ($(ANYREC), RECORDER)
|
||||||
INCLUDES += -I../../recorder
|
INCLUDES += -I../../recorder
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef SIMULATOR
|
|
||||||
CFLAGS = -W -Wall -O -nostdlib -ffreestanding -Wstrict-prototypes \
|
|
||||||
$(INCLUDES) $(TARGET) $(EXTRA_DEFINES) -DSIMULATOR
|
|
||||||
else
|
|
||||||
CFLAGS = -W -Wall -O -m1 -nostdlib -ffreestanding -Wstrict-prototypes \
|
CFLAGS = -W -Wall -O -m1 -nostdlib -ffreestanding -Wstrict-prototypes \
|
||||||
$(INCLUDES) $(TARGET) $(EXTRA_DEFINES) -DMEM=${MEM}
|
$(INCLUDES) $(TARGET) $(EXTRA_DEFINES) -DMEM=${MEM}
|
||||||
endif
|
|
||||||
|
|
||||||
ifndef MEM
|
ifndef MEM
|
||||||
# if MEM is not set, assume 2MB
|
# if MEM is not set, assume 2MB
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue