mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 21:54:58 -05:00
Removed absolute path to gcc and stuff
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@178 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6bc2710c30
commit
fd0738d729
1 changed files with 5 additions and 6 deletions
|
|
@ -7,12 +7,11 @@
|
||||||
# $Id$
|
# $Id$
|
||||||
#
|
#
|
||||||
|
|
||||||
HPATH = /usr/local/sh-gcc/bin
|
CC = sh-elf-gcc
|
||||||
CC = $(HPATH)/sh-elf-gcc
|
LD = sh-elf-ld
|
||||||
LD = $(HPATH)/sh-elf-ld
|
AR = sh-elf-ar
|
||||||
AR = $(HPATH)/sh-elf-ar
|
AS = sh-elf-as
|
||||||
AS = $(HPATH)/sh-elf-as
|
OC = sh-elf-objcopy
|
||||||
OC = $(HPATH)/sh-elf-objcopy
|
|
||||||
|
|
||||||
INCLUDES=-I.
|
INCLUDES=-I.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue