diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-15 22:04:49 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-15 22:04:49 +0000 |
commit | 153ee9e24726764c9102257de3602a59766776a8 (patch) | |
tree | d43cd3ead2c26e121450fcfa4b410094787ea9fe /package | |
parent | 5213ca3749c9ba9841e7aa7861581a26c4e418ca (diff) |
- some more sparc{,64} twiddling
Diffstat (limited to 'package')
-rw-r--r-- | package/Makefile.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/Makefile.in b/package/Makefile.in index a3d408fd5..df57304d1 100644 --- a/package/Makefile.in +++ b/package/Makefile.in @@ -46,6 +46,13 @@ ifeq ($(BR2_SOFT_FLOAT),y) TARGET_CFLAGS+=-msoft-float endif +ifeq ($(BR2_sparc_v9b),y) +TARGET_CFLAGS+=-mvis +endif +ifeq ($(BR2_sparc64_v9b),y) +TARGET_CFLAGS+=-mvis +endif + TARGET_CXXFLAGS=$(TARGET_CFLAGS) # else it's an external toolchain |