CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
toolchain-softfp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e04e9f1
)
Fixed gcc test output.
author
Victor Martinez
<pitillo@ono.com>
Mon, 8 Mar 2010 12:38:56 +0000
(12:38 +0000)
committer
Victor Martinez
<pitillo@ono.com>
Mon, 8 Mar 2010 12:38:56 +0000
(12:38 +0000)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index 5ca990ce7e5fec3d02d20fa1504c9e4d002f7140..9fe0dd945654225af48d6a03a6476e7cdc13ae66 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-247,7
+247,7
@@
$(WORK)/test: $(WORK)/test.c
export PATH=$$PATH:$(CROSSTOOLS)/bin && \
unset CFLAGS && unset CXXFLAGS && unset CC && \
AR=ar LDFLAGS="-Wl,-rpath,$(CROSSTOOLS)/lib" \
- $(TARGET)-gcc -Wall -o test $(WORK)/test.c
+ $(TARGET)-gcc -Wall -o
$(WORK)/
test $(WORK)/test.c
[ "`file -b $(WORK)/test | cut -d',' -f2 | sed 's| ||g'`" = "ARM" ] || exit 1
touch $(WORK)/test