diff options
Diffstat (limited to 'sparc_config.mk')
-rw-r--r-- | sparc_config.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sparc_config.mk b/sparc_config.mk index 87f745f..07b528c 100644 --- a/sparc_config.mk +++ b/sparc_config.mk @@ -21,4 +21,6 @@ # MA 02111-1307 USA # +CROSS_COMPILE ?= sparc-elf- + PLATFORM_CPPFLAGS += -DCONFIG_SPARC -D__sparc__ |