commit | e86bd6cde57ad527de8aa477d6da9880452627f7 | [log] [tgz] |
---|---|---|
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | Tue Jan 09 17:36:26 2007 +0000 |
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | Tue Jan 09 17:36:26 2007 +0000 |
tree | fb787ed34965deb1e62961829990a911093492ac | |
parent | 8fc4011992a022536abd2790c99ec13be14a2f4f [diff] |
- vapier wants LD to point to CC, revert my previous change
diff --git a/Makefile b/Makefile index cc1fd30..08262cd 100644 --- a/Makefile +++ b/Makefile
@@ -274,7 +274,7 @@ AS = $(CROSS_COMPILE)as CC = $(CROSS_COMPILE)gcc -LD = $(CROSS_COMPILE)ld +LD = $(CC) -nostdlib CPP = $(CC) -E AR = $(CROSS_COMPILE)ar NM = $(CROSS_COMPILE)nm