components/quagga/Makefile
changeset 499 fea5d407097b
parent 417 7c10b5cba79b
child 609 775168282b2f
child 2239 f0bde9a421fe
equal deleted inserted replaced
498:40d5ca406753 499:fea5d407097b
    31 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    31 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    32 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    32 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    33 COMPONENT_ARCHIVE_HASH=	sha1:9576d0ac266d173d2a90b8c6f72da8c6b43583d7
    33 COMPONENT_ARCHIVE_HASH=	sha1:9576d0ac266d173d2a90b8c6f72da8c6b43583d7
    34 COMPONENT_ARCHIVE_URL=	http://www.quagga.net/download/attic/$(COMPONENT_ARCHIVE)
    34 COMPONENT_ARCHIVE_URL=	http://www.quagga.net/download/attic/$(COMPONENT_ARCHIVE)
    35 PATCH_LEVEL = 0
    35 PATCH_LEVEL = 0
       
    36 
       
    37 # without this we bus error on sparc. Until the code in all of Quagga
       
    38 # does not have any misaligned code we will need the following flag.
       
    39 studio_ALIGN.sparc.32=  -xmemalign=8i
    36 
    40 
    37 # These options are carried over from the SFW consolidation. Using -xO4 was
    41 # These options are carried over from the SFW consolidation. Using -xO4 was
    38 # explicitly commented out, but no reason was docuemnted.
    42 # explicitly commented out, but no reason was docuemnted.
    39 
    43 
    40 studio_OPT = -xO3
    44 studio_OPT = -xO3