Patch from H.J. Lu for alpha-linux.
* config/alpha/elf.h (CPP_PREDEFINES): Remove -D__PIC__ -D__pic__. From-SVN: r15394
This commit is contained in:
parent
db87ec0b58
commit
d26cb66831
@ -1,3 +1,7 @@
|
|||||||
|
Wed Sep 10 17:05:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
|
||||||
|
|
||||||
|
* config/alpha/elf.h (CPP_PREDEFINES): Remove -D__PIC__ -D__pic__.
|
||||||
|
|
||||||
Wed Sep 10 16:01:15 1997 Jim Wilson <wilson@cygnus.com>
|
Wed Sep 10 16:01:15 1997 Jim Wilson <wilson@cygnus.com>
|
||||||
|
|
||||||
* m88k/m88k.c (struct option): Rename to struct options.
|
* m88k/m88k.c (struct option): Rename to struct options.
|
||||||
|
@ -36,7 +36,7 @@ Currently only Linux uses this. */
|
|||||||
#undef CPP_PREDEFINES
|
#undef CPP_PREDEFINES
|
||||||
#define CPP_PREDEFINES "\
|
#define CPP_PREDEFINES "\
|
||||||
-D__alpha -D__alpha__ -D__linux__ -D__linux -D_LONGLONG -Dlinux -Dunix \
|
-D__alpha -D__alpha__ -D__linux__ -D__linux -D_LONGLONG -Dlinux -Dunix \
|
||||||
-Asystem(linux) -Acpu(alpha) -Amachine(alpha) -D__ELF__ -D__PIC__ -D__pic__"
|
-Asystem(linux) -Acpu(alpha) -Amachine(alpha) -D__ELF__"
|
||||||
|
|
||||||
#undef LINK_SPEC
|
#undef LINK_SPEC
|
||||||
#ifdef USE_GNULIBC_1
|
#ifdef USE_GNULIBC_1
|
||||||
|
Loading…
Reference in New Issue
Block a user