|
Revision 0065d5ab628975892cea1ec7303f968c3338cbe1, 107 bytes
(checked in by Simon Marlow <simonmar@…>, 6 years ago)
|
|
Reorganisation of the source tree
Most of the other users of the fptools build system have migrated to
Cabal, and with the move to darcs we can now flatten the source tree
without losing history, so here goes.
The main change is that the ghc/ subdir is gone, and most of what it
contained is now at the top level. The build system now makes no
pretense at being multi-project, it is just the GHC build system.
No doubt this will break many things, and there will be a period of
instability while we fix the dependencies. A straightforward build
should work, but I haven't yet fixed binary/source distributions.
Changes to the Building Guide will follow, too.
|
-
Property mode set to
100644
|
| Line | |
|---|
| 1 | #ifndef __GHCCONFIG_H__ |
|---|
| 2 | #define __GHCCONFIG_H__ |
|---|
| 3 | |
|---|
| 4 | #include "ghcautoconf.h" |
|---|
| 5 | #include "ghcplatform.h" |
|---|
| 6 | |
|---|
| 7 | #endif |
|---|