(int64e_type): Fix definition.
[deliverable/binutils-gdb.git] / build-all.mk
index 1684c7e9e1dbf18e018d457e063e960bfedaff71..50ed6b10e19400ad186819b2343bdfb49ff3e394 100644 (file)
@@ -18,8 +18,9 @@ endif
 
 NATIVE  = native
 
-GCC     = gcc -O 
-CFLAGS  = -g
+GCC     = gcc -O 
+CFLAGS  = -g
+CXXFLAGS = -g -O
 
 log    = 1>$(canonhost)-build-log 2>&1
 tlog    = 1> $(canonhost)-x-$$i-build-log 2>&1
@@ -27,6 +28,9 @@ tlog    = 1> $(canonhost)-x-$$i-build-log 2>&1
 canonhost := $(shell $(TREE)/config.sub $(host))
 
 # Convert config.guess results to a simpler form.
+ifeq ($(canonhost),sparc-sun-solaris2.1)
+canonhost := sparc-sun-solaris2
+endif
 ifeq ($(canonhost),mips-dec-ultrix4.2)
 canonhost := mips-dec-ultrix
 endif
@@ -123,6 +127,7 @@ FLAGS_TO_PASS := \
        "GCC=$(GCC)" \
        "CC=$(CC)" \
        "CFLAGS=$(CFLAGS)" \
+       "CXXFLAGS=$(CXXFLAGS)" \
        "host=$(canonhost)" \
        "RELEASE_TAG=$(RELEASE_TAG)"
 
@@ -192,8 +197,8 @@ all-native:
 
 all-cross:
        [ -d $(INSTALLDIR) ] || mkdir $(INSTALLDIR)
-       rm -f /usr/cygnus/$(TAG)
-       ln -s $(INSTALLDIR) /usr/cygnus/$(TAG)
+       rm -f $(ROOTING)/$(RELEASE_TAG)
+       ln -s $(INSTALLDIR) $(ROOTING)/$(RELEASE_TAG)
        @for i in $(TARGETS) ; do \
            echo "building $(canonhost) cross to $$i" ; \
             $(MAKE) -f test-build.mk $(FLAGS_TO_PASS) target=$$i build=$(build) do-cygnus $(tlog) && \
This page took 0.024264 seconds and 4 git commands to generate.