Package: gcc-defaults
Version: 0.5

Here is the diff to add support for hppa using gcc 3.0...

        ifeq ($(DEB_HOST_GNU_TYPE),hppa-linux)
                V_CPP   := 3.0
                V_GCC   := 3.0
                V_GPP   := 3.0
                V_GOBJC := 3.0
                V_G77   := 3.0
                V_CHILL := 3.0
                V_GCJ   := 3.0
                V_GPC   := 3.0
                packages := c++ fortran objc
        endif

Seems to work fine.

Bdale


Reply via email to