diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-09 17:36:26 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-09 17:36:26 +0000 |
commit | e86bd6cde57ad527de8aa477d6da9880452627f7 (patch) | |
tree | fb787ed34965deb1e62961829990a911093492ac /Makefile | |
parent | 8fc4011992a022536abd2790c99ec13be14a2f4f (diff) | |
download | busybox-e86bd6cde57ad527de8aa477d6da9880452627f7.tar.gz |
- vapier wants LD to point to CC, revert my previous change
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -274,7 +274,7 @@ MAKEFLAGS += -rR 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 |