1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 15:00:45 -08:00

* m/ibmrs6000.h (ORDINARY_LINK): Move definition ...

* s/aix4-2.h (ORDINARY_LINK): ... here.
This commit is contained in:
Dan Nicolaescu 2010-03-21 12:32:38 -07:00
parent 82c3d67afb
commit 55da5ee338
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2010-03-21 Dan Nicolaescu <dann@ics.uci.edu>
* m/ibmrs6000.h (ORDINARY_LINK): Move definition ...
* s/aix4-2.h (ORDINARY_LINK): ... here.
2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
* Makefile.in (abs_builddir): Define.

View file

@ -81,7 +81,5 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#define BROKEN_SIGPTY
#define BROKEN_SIGPOLL
#define ORDINARY_LINK
/* arch-tag: 028318ee-a7ae-4a08-804d-cc1e6588d003
(do not change this comment) */

View file

@ -170,5 +170,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#define UNEXEC unexaix.o
#define ORDINARY_LINK
/* arch-tag: 38fe75ea-6aef-42bd-8449-bc34d921a562
(do not change this comment) */