diff options
| author | Eric Andersen | 2004-05-11 10:53:19 +0200 |
|---|---|---|
| committer | Eric Andersen | 2004-05-11 10:53:19 +0200 |
| commit | 4917507cbfd75bf7693ce055760c6f914b8d4a58 (patch) | |
| tree | ec1e7f848b1e31a49ac6176b6f81c91950f9b4c1 /make | |
| parent | Revert to using 2.4.x kernel headers by default, due to public outcry.... (diff) | |
| download | buildroot-4917507cbfd75bf7693ce055760c6f914b8d4a58.tar.gz buildroot-4917507cbfd75bf7693ce055760c6f914b8d4a58.tar.xz buildroot-4917507cbfd75bf7693ce055760c6f914b8d4a58.zip | |
Link 'cc' to 'gcc'
Diffstat (limited to 'make')
| -rw-r--r-- | make/ccache.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/ccache.mk b/make/ccache.mk index f973a529e..e664a3a3e 100644 --- a/make/ccache.mk +++ b/make/ccache.mk @@ -128,6 +128,7 @@ $(TARGET_DIR)/$(CCACHE_TARGET_BINARY): $(CCACHE_DIR2)/$(CCACHE_BINARY) $(TARGET_DIR)/usr/man $(TARGET_DIR)/usr/share/doc # put a bunch of symlinks into /bin, since that is earlier # in the default PATH than /usr/bin where gcc lives + (cd $(TARGET_DIR)/usr/bin; ln -fs gcc cc) (cd $(TARGET_DIR)/bin; \ ln -fs /usr/bin/ccache cc; \ ln -fs /usr/bin/ccache gcc; \ |
