mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-17 17:39:47 +08:00
linux.h (CPP_PREDEFINES): Correct connecting whitespace to SUB_CPP_PREDEFINES.
* alpha/linux.h (CPP_PREDEFINES): Correct connecting whitespace to SUB_CPP_PREDEFINES. Reported by asun@saul4.u.washington.edu. From-SVN: r18361
This commit is contained in:
parent
2604412d6c
commit
b0021153cb
@ -1,3 +1,8 @@
|
||||
Mon Mar 2 13:45:03 1998 Richard Henderson <rth@cygnus.com>
|
||||
|
||||
* alpha/linux.h (CPP_PREDEFINES): Correct connecting whitespace
|
||||
to SUB_CPP_PREDEFINES. Reported by asun@saul4.u.washington.edu.
|
||||
|
||||
Mon Mar 2 19:51:27 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
|
||||
|
||||
* final.c (insn_last_address, insn_current_align, uid_align):
|
||||
|
@ -25,7 +25,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
#undef CPP_PREDEFINES
|
||||
#define CPP_PREDEFINES "\
|
||||
-D__alpha -D__alpha__ -D__linux__ -D__linux -D_LONGLONG -Dlinux -Dunix \
|
||||
-Asystem(linux) -Acpu(alpha) -Amachine(alpha)" SUB_CPP_PREDEFINES
|
||||
-Asystem(linux) -Acpu(alpha) -Amachine(alpha) " SUB_CPP_PREDEFINES
|
||||
|
||||
#undef LIB_SPEC
|
||||
#define LIB_SPEC "%{pg:-lgmon} %{pg:-lc_p} %{!pg:-lc}"
|
||||
|
Loading…
Reference in New Issue
Block a user