This is the mail archive of the gcc-bugs@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]

[Bug target/50952] libquad relocation R_X86_64_32S failure


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50952

kargl at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|                            |x86_64-*-freebsd10.0
          Component|bootstrap                   |target
               Host|                            |x86_64-*-freebsd10.0
      Known to fail|                            |4.6.3, 4.7.0

--- Comment #4 from kargl at gcc dot gnu.org 2011-11-01 23:02:50 UTC ---
(In reply to comment #3)
> It looks like a problem with libquadmath/configure.  I recently
> updated by bleeding edge freebsd system to FreeBSD 10.0, and
> it looks like configure can't handle the new version number.
> 

> configure:    freebsd[123]*) objformat=aout ;;
> configure:  version_type=freebsd-$objformat
> configure:    freebsd-elf*)
> configure:    freebsd-*)
> configure:  freebsd2*)
> configure:  freebsd3.[01]* | freebsdelf3.[01]*)
> configure:  freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
> configure:  freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 |
> freebsdelf4.1.1)
> configure:  version_type=freebsd-elf
> 
> I'm suspicious that the 'freebsd[123]*) objformat=aout ;;' is now bogus.

A quick hack to remove the 1 in the above line allows me
to configure, build, and install gcc/gfortran.

Anyone know how to fix this issue properly?


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