This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Add support for FreeBSD 7 (and above)


> The FreeBSD project changed it's schedule to shoot for more or less
> one major release per year -- thus FreeBSD 6 later this summer, and
> the corresponding creation of (and GCC breakage on) FreeBSD 7.

In that case wouldn't it be better to just extract the major version with sed, 
and a check for [ $MAJOR_VERSION -ge 3 ] ?
With corresponding changes in freebsd-spec.h this would make any version 
number "just work".

Paul


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]