(ASM_SPEC): Macro removed.
From-SVN: r9088
This commit is contained in:
parent
75301d683a
commit
6ddaea1c2f
@ -11,11 +11,6 @@
|
||||
#undef CPP_SPEC
|
||||
#define CPP_SPEC "%{posix:-D_POSIX_SOURCE} %{bsd:-D_BSD_SOURCE}"
|
||||
|
||||
/* Provide an ASM_SPEC appropriate for GNU. Currently we only deal
|
||||
with the options for generating PIC code. */
|
||||
#undef ASM_SPEC
|
||||
#define ASM_SPEC " %| %{fpic:-k} %{fPIC:-k -K}"
|
||||
|
||||
/* Default C library spec. Use -lbsd-compat for gcc -bsd. */
|
||||
#undef LIB_SPEC
|
||||
#define LIB_SPEC "%{bsd:-lbsd-compat} %{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}"
|
||||
|
Loading…
Reference in New Issue
Block a user