summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/hppa1.1/simhppa/startup
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-10 14:23:56 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-10 14:23:56 +0000
commit53ab4823e082a13e7e59d737813394f846b82fc2 (patch)
tree133c2fbd6e8028ce1076f85e74f63022a70a582a /c/src/lib/libbsp/hppa1.1/simhppa/startup
parentPatch rtems-rc-20000104-7.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-53ab4823e082a13e7e59d737813394f846b82fc2.tar.bz2
Patch rtems-rc-20000104-9.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
that converts the hppa1.1 directory to automake. NOTE: * Due to not having a toolchain (gcc refuses to build) this patch is untested. * I omited/deactivated the pxfl subdirectory, because I don't understand how it supposed to work. Joel's note: It was right to ignore the pxfl directory. It should be removed one the BSPs are moved outside the tree. This was an old hack.
Diffstat (limited to 'c/src/lib/libbsp/hppa1.1/simhppa/startup')
-rw-r--r--c/src/lib/libbsp/hppa1.1/simhppa/startup/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/hppa1.1/simhppa/startup/Makefile.in b/c/src/lib/libbsp/hppa1.1/simhppa/startup/Makefile.in
index 604a662892..b2c0686a31 100644
--- a/c/src/lib/libbsp/hppa1.1/simhppa/startup/Makefile.in
+++ b/c/src/lib/libbsp/hppa1.1/simhppa/startup/Makefile.in
@@ -5,8 +5,8 @@
@SET_MAKE@
srcdir = @srcdir@
top_srcdir = @top_srcdir@
-top_builddir = ../../..
-subdir = hppa1.1/simhppa/startup
+top_builddir = ..
+subdir = startup
RTEMS_ROOT = @RTEMS_ROOT@
PROJECT_ROOT = @PROJECT_ROOT@