diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-12-04 22:40:20 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-12-04 22:40:20 +0000 |
commit | 8fc69335e9c6b53805a7bf883de7ac57b2f564b4 (patch) | |
tree | 11f78959e454d5121e351c45381e19d90a2c9238 /extra/gcc-uClibc | |
parent | d8b1702462fdcf890c03046da97c56d8055a4295 (diff) |
Change some variable names so we are more consistant with what
the linux kernel uses.
-Erik
Diffstat (limited to 'extra/gcc-uClibc')
-rw-r--r-- | extra/gcc-uClibc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/gcc-uClibc/Makefile b/extra/gcc-uClibc/Makefile index 1c64f856a..523b10113 100644 --- a/extra/gcc-uClibc/Makefile +++ b/extra/gcc-uClibc/Makefile @@ -41,7 +41,7 @@ else endif gcc-uClibc: gcc-uClibc.h gcc-uClibc.c - $(NATIVE_CC) $(NATIVE_CFLAGS) -Wl,-s gcc-uClibc.c -o $(TARGET_ARCH)-uclibc-gcc + $(HOSTCC) $(HOSTCFLAGS) -Wl,-s gcc-uClibc.c -o $(TARGET_ARCH)-uclibc-gcc ld-uClibc: @echo "#!/bin/sh" > $(TARGET_ARCH)-uclibc-ld |