Thomas Chou | 8cbb0dd | 2010-04-21 08:40:59 +0800 | [diff] [blame] | 1 | # |
| 2 | # (C) Copyright 2005, Psyent Corporation <www.psyent.com> |
| 3 | # Scott McNutt <smcnutt@psyent.com> |
| 4 | # |
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 5 | # SPDX-License-Identifier: GPL-2.0+ |
Thomas Chou | 8cbb0dd | 2010-04-21 08:40:59 +0800 | [diff] [blame] | 6 | # |
| 7 | |
Thomas Chou | 8cbb0dd | 2010-04-21 08:40:59 +0800 | [diff] [blame] | 8 | PLATFORM_CPPFLAGS += -mno-hw-div -mno-hw-mul |
Thomas Chou | 8cbb0dd | 2010-04-21 08:40:59 +0800 | [diff] [blame] | 9 | |
| 10 | ifeq ($(debug),1) |
| 11 | PLATFORM_CPPFLAGS += -DDEBUG |
| 12 | endif |