This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.


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

Re: glibc-2.0.93 homebrew distribution tests


[Ulrich Drepper]
>[me]
>>   In my case, I'm probably going to end up with a lowest-common-denominator
>> type of situation and compile everything for a i586.  Will compiling
>> gcc/binutils with a target of i586-pc-linux-gnu and then recompiling
>> glibc be satisfactory?
>
>  Yep.  To be sure examine the specs file of the new gcc and make sure
>  that __i686__ is not defined by default.

  Should be done.
								--- john
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
--- usr/lib/gcc-lib/i586-pc-linux-gnu/2.8.1/specs	Thu May 21 13:05:33 1998
+++ usr/lib/gcc-lib/i686-pc-linux-gnu/2.8.1/specs	Thu May 21 11:30:12 1998
@@ -56,7 +56,7 @@
 
 
 *cpp_cpu:
--Di386 -Di586 -Asystem(unix) -Acpu(i386) -Amachine(i386) %{mcpu=i486:-Di486} %{m486:-Di486} %{mpentium:-Dpentium -Di586} %{mcpu=pentium:-Dpentium -Di586} %{mpentiumpro:-Dpentiumpro -Di686} %{mcpu=pentiumpro:-Dpentiumpro -Di686}
+-Di386 -Di686 -Asystem(unix) -Acpu(i386) -Amachine(i386) %{mcpu=i486:-Di486} %{m486:-Di486} %{mpentium:-Dpentium -Di586} %{mcpu=pentium:-Dpentium -Di586} %{mpentiumpro:-Dpentiumpro -Di686} %{mcpu=pentiumpro:-Dpentiumpro -Di686}
 
 *cc1_cpu:
 %{!mcpu*: %{m386:-mcpu=i386 -march=i386} %{mno-486:-mcpu=i386 -march=i386} %{m486:-mcpu=i486 -march=i486} %{mno-386:-mcpu=i486 -march=i486} %{mno-pentium:-mcpu=i486 -march=i486} %{mpentium:-mcpu=pentium} %{mno-pentiumpro:-mcpu=pentium} %{mpentiumpro:-mcpu=pentiumpro}}


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