summaryrefslogtreecommitdiff
path: root/lang/gnat/files/patch-aa
blob: 62e53dc189b909564e715670b51e2bb4102ae8a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
*** ./Makefile.in.orig	Wed Jun 23 02:34:31 1999
--- ./Makefile.in	Wed Jun 23 02:35:29 1999
***************
*** 152,158 ****
  ENQUIRE_LDFLAGS = $(LDFLAGS)
  
  # Sed command to transform gcc to installed name.  Overwritten by configure.
! program_transform_name = -e s,x,x,
  program_transform_cross_name = -e s,^,$(target_alias)-,
  
  # Tools to use when building a cross-compiler.
--- 152,158 ----
  ENQUIRE_LDFLAGS = $(LDFLAGS)
  
  # Sed command to transform gcc to installed name.  Overwritten by configure.
! program_transform_name = -e s,^,ada,
  program_transform_cross_name = -e s,^,$(target_alias)-,
  
  # Tools to use when building a cross-compiler.
***************
*** 2151,2157 ****
  # Install the driver last so that the window when things are
  # broken is small.
  install-normal: install-common $(INSTALL_HEADERS) $(INSTALL_LIBGCC) \
!     install-man install-info lang.install-normal install-driver
  
  # Do nothing while making gcc with a cross-compiler. The person who
  # makes gcc for the target machine has to know how to put a complete
--- 2151,2157 ----
  # Install the driver last so that the window when things are
  # broken is small.
  install-normal: install-common $(INSTALL_HEADERS) $(INSTALL_LIBGCC) \
!     install-man lang.install-normal install-driver
  
  # Do nothing while making gcc with a cross-compiler. The person who
  # makes gcc for the target machine has to know how to put a complete