diff options
| author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-01-27 18:54:41 +0000 |
|---|---|---|
| committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-01-27 18:54:41 +0000 |
| commit | a7542dd619b14fcb883f39dd59a6746459c4e6c4 (patch) | |
| tree | 2cfbf5778599883b2e5e5dfa4eb9d9fa150904ab | |
| parent | dd76b79962118f08fadef8ae707c7346c204ede6 (diff) | |
| download | busybox-w32-a7542dd619b14fcb883f39dd59a6746459c4e6c4.tar.gz busybox-w32-a7542dd619b14fcb883f39dd59a6746459c4e6c4.tar.bz2 busybox-w32-a7542dd619b14fcb883f39dd59a6746459c4e6c4.zip | |
- be gentle to syntax highlighting
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -168,6 +168,7 @@ ifeq ($(CROSS_COMPILE),) | |||
| 168 | CROSS_COMPILE := $(shell grep ^CONFIG_CROSS_COMPILER_PREFIX .config 2>/dev/null) | 168 | CROSS_COMPILE := $(shell grep ^CONFIG_CROSS_COMPILER_PREFIX .config 2>/dev/null) |
| 169 | CROSS_COMPILE := $(subst CONFIG_CROSS_COMPILER_PREFIX=,,$(CROSS_COMPILE)) | 169 | CROSS_COMPILE := $(subst CONFIG_CROSS_COMPILER_PREFIX=,,$(CROSS_COMPILE)) |
| 170 | CROSS_COMPILE := $(subst ",,$(CROSS_COMPILE)) | 170 | CROSS_COMPILE := $(subst ",,$(CROSS_COMPILE)) |
| 171 | #") | ||
| 171 | endif | 172 | endif |
| 172 | 173 | ||
| 173 | # SUBARCH tells the usermode build what the underlying arch is. That is set | 174 | # SUBARCH tells the usermode build what the underlying arch is. That is set |
