diff options
author | Timothy Moore <moore@gnu.org> | 1992-09-17 19:10:21 +0000 |
---|---|---|
committer | Timothy Moore <moore@gnu.org> | 1992-09-17 19:10:21 +0000 |
commit | b5ae93b42f40c8246f548e4053e59539c1bb2d4f (patch) | |
tree | 574f233e11e6fde9a73bd867bb6d21c363ffee84 | |
parent | 3e5c2e141d17d4cf81b2b05dddb370d76e18060b (diff) | |
download | gcc-b5ae93b42f40c8246f548e4053e59539c1bb2d4f.zip gcc-b5ae93b42f40c8246f548e4053e59539c1bb2d4f.tar.gz gcc-b5ae93b42f40c8246f548e4053e59539c1bb2d4f.tar.bz2 |
Initial revision
From-SVN: r2144
-rw-r--r-- | gcc/config/pa/t-pa | 2 | ||||
-rw-r--r-- | gcc/config/pa/x-pa | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/pa/t-pa b/gcc/config/pa/t-pa new file mode 100644 index 0000000..f914560 --- /dev/null +++ b/gcc/config/pa/t-pa @@ -0,0 +1,2 @@ +LIBGCC1=libgcc1.null +INSTALLED_H = float.h stdarg.h varargs.h $(USER_H) limits.h diff --git a/gcc/config/pa/x-pa b/gcc/config/pa/x-pa new file mode 100644 index 0000000..add3489 --- /dev/null +++ b/gcc/config/pa/x-pa @@ -0,0 +1 @@ +CC=/usr/local/gcc -DUSE_C_ALLOCA -D__inline= |