CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
initrd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c305836
)
Fixed compiler for TARGET and removed DEVICE in Makefile
author
Jose V Beneyto
<sepen@crux.nu>
Wed, 14 Aug 2013 10:07:18 +0000
(10:07 +0000)
committer
Jose V Beneyto
<sepen@crux.nu>
Wed, 14 Aug 2013 10:07:18 +0000
(10:07 +0000)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index 54c8259cb29632c927ea934e6c132f4be47829b7..764262e85081eb574707e6afeca5047fa383e214 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-6,8
+6,7
@@
TOPDIR = $(shell pwd)
include $(TOPDIR)/../toolchain/vars.mk
-TARGET = arm-crux-linux-gnueabi
-DEVICE = versatile
+TARGET = arm-crux-linux-gnueabihf
WORK = $(TOPDIR)/work
CLFS = $(TOPDIR)/../toolchain/clfs