diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-01-19 00:57:37 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-01-19 00:57:37 +0000 |
commit | cc93d0f9a74a280021d80f1b0dc941314bc61f83 (patch) | |
tree | a67116485b382d996b803215fe64471e4cb7fd0f /Makefile | |
parent | f5bc3784a26e9e96ff2007cfc6f1d4c358e2ece0 (diff) | |
download | buildroot-novena-cc93d0f9a74a280021d80f1b0dc941314bc61f83.tar.gz buildroot-novena-cc93d0f9a74a280021d80f1b0dc941314bc61f83.zip |
Fixup default compiler architecture
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -145,7 +145,7 @@ STRIP:=$(TARGET_CROSS)strip --remove-section=.comment --remove-section=.note #STRIP:=/bin/true IMAGE:=$(BASE_DIR)/root_fs MAKE:=make -GNU_TARGET_NAME:=$(OPTIMIZE_FOR_CPU)-unknown-linux-gnu +GNU_TARGET_NAME:=$(OPTIMIZE_FOR_CPU)-linux ifneq ($(strip $(ARCH)),i386) CROSS:=$(ARCH)-linux- endif |