Changeset ea630a4 in git


Ignore:
Timestamp:
Aug 12, 2004, 7:48:17 PM (20 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
5e8fe91984228424184e6cb45746586760e9cae5
Parents:
5b6976a6e080519bc0c983f7d7aaba26f763eb2b
Message:
*hannes: add ppc_Linux


git-svn-id: file:///usr/local/Singular/svn/trunk@7375 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/mod_raw.cc

    r5b6976a rea630a4  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: mod_raw.cc,v 1.20 2003-06-20 17:03:56 Singular Exp $ */
     4/* $Id: mod_raw.cc,v 1.21 2004-08-12 17:48:17 Singular Exp $ */
    55/*
    66 * ABSTRACT: machine depend code for dynamic modules
     
    105105#endif
    106106
     107#if defined(ppc_Linux)
     108#define HAVE_ELF_SYSTEM
     109#endif
     110
    107111#if defined(HAVE_ELF_SYSTEM)
    108112#include <dlfcn.h>
Note: See TracChangeset for help on using the changeset viewer.