diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-11-08 09:51:25 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-11-08 09:51:25 +0000 |
commit | 2550c78528a98871060a6b60180cd5b8b95f2473 (patch) | |
tree | 5965932560a5e3784483d978be129f2706729479 /extra | |
parent | 8406059b605392719761400ecfecf08f274a978a (diff) |
Use NATIVE_CC. Don't hard code using 'gcc'.
-Erik
Diffstat (limited to 'extra')
-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 a6d19af80..677b10f3a 100644 --- a/extra/gcc-uClibc/Makefile +++ b/extra/gcc-uClibc/Makefile @@ -36,7 +36,7 @@ else endif gcc-uClibc: gcc-uClibc.h gcc-uClibc.c - gcc -Wall -O2 -Wl,-s gcc-uClibc.c -o $(TARGET_ARCH)-uclibc-gcc + $(NATIVE_CC) $(NATIVE_CFLAGS) -Wl,-s gcc-uClibc.c -o $(TARGET_ARCH)-uclibc-gcc ld-uClibc: @echo "#!/bin/sh" > $(TARGET_ARCH)-uclibc-ld |