]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - package/boost/boost.mk
Merge branch 'next'
[coffee/buildroot.git] / package / boost / boost.mk
index d91baf117505da35660677fd09a3bddd89671a01..178f7b87387b063340fbc1a8975ddbb52d7351c8 100644 (file)
@@ -93,6 +93,10 @@ ifeq ($(BR2_sparc64),y)
 BOOST_OPTS += architecture=sparc instruction-set=ultrasparc
 endif
 
+ifeq ($(BR2_sparc),y)
+BOOST_OPTS += architecture=sparc instruction-set=v8
+endif
+
 # By default, Boost build and installs both the shared and static
 # variants. Override that if we want static only or shared only.
 ifeq ($(BR2_STATIC_LIBS),y)