On 2010-04-21 20:20, Roman Divacky wrote:
/home/dim/src/clangbsd/gnu/lib/libgcc/../../../contrib/gcc/unwind.inc:140:1:
 warning: control may reach end of non-void function 
[-Wreturn-type]
}
^
/home/dim/src/clangbsd/gnu/lib/libgcc/../../../contrib/gcc/unwind.inc:216:1:
 warning: control may reach end of non-void function 
[-Wreturn-type]
}
^
/home/dim/src/clangbsd/gnu/lib/libgcc/../../../contrib/gcc/unwind.inc:266:1:
 warning: control may reach end of non-void function 
[-Wreturn-type]
}
^
'486' is not a recognized processor for this target (ignoring processor)

what happens when you dont set CPUTYPE?

I didn't set it. :)  Contents of /etc/make.conf is:

#_make.conf: Macro definition overrides for make.

# Default format for system documentation:
PRINTERDEVICE=ascii

# Default serial console speed:
BOOT_COMCONSOLE_SPEED=115200

# List of languages and encodings to build and install:
DOC_LANG=en_US.ISO8859-1

and /etc/src.conf just contains:

# Building clangbsd
NO_WERROR=
WERROR=

Maybe I should try explicitly setting these:

#NO_CPU_CFLAGS=         # Don't add -march=<cpu> to CFLAGS automatically
#NO_CPU_COPTFLAGS=      # Don't add -march=<cpu> to COPTFLAGS automatically

?
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to